Bug 115692 - [Replaceable] attributes must be readonly
Summary: [Replaceable] attributes must be readonly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 19:20 PDT by Ryosuke Niwa
Modified: 2013-05-06 21:14 PDT (History)
7 users (show)

See Also:


Attachments
Updates IDL files (2.24 KB, patch)
2013-05-06 19:24 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-06 19:20:02 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/ac61fbfe875d3c3c37d529683139ceb0ad4330bb

Web IDL spec: http://dev.w3.org/2006/webapi/WebIDL/#Replaceable

This change doesn't affect generated code, because the code generator
already assumes that [Replaceable] attributes are readonly.
Comment 1 Ryosuke Niwa 2013-05-06 19:24:19 PDT
Created attachment 200864 [details]
Updates IDL files
Comment 2 Kentaro Hara 2013-05-06 20:18:28 PDT
Comment on attachment 200864 [details]
Updates IDL files

Thanks for merging.
Comment 3 WebKit Commit Bot 2013-05-06 21:14:20 PDT
Comment on attachment 200864 [details]
Updates IDL files

Clearing flags on attachment: 200864

Committed r149660: <http://trac.webkit.org/changeset/149660>
Comment 4 WebKit Commit Bot 2013-05-06 21:14:21 PDT
All reviewed patches have been landed.  Closing bug.