Bug 115692

Summary: [Replaceable] attributes must be readonly
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, esprehn+autocc, fpizlo, haraken, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Updates IDL files none

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.