Bug 109460

Summary: [v8] DOMSettableTokenList wrapped as DOMTokenList in generated V8DOMTokenList.cpp despite existence of DOMSettableTokenList.idl
Product: WebKit Reporter: Thomas Sepez <tsepez>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, cevans, jschuh
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Thomas Sepez
Reported 2013-02-11 10:21:06 PST
Found by inspection as part of the v8 binding integrity project. Presumably the consequence is that the "value" property of the `Settable sub-class can't be accessed when the object is wrapped through V8DOMTokenList::createWrapper(). I didn't see a virtual method for checking the subclass in the base class.
Attachments
Thomas Sepez
Comment 1 2013-04-25 13:51:11 PDT
Now tracked in https://code.google.com/p/chromium/issues/detail?id=235576 Nothing need happen in WebKit.
Note You need to log in before you can comment on or make changes to this bug.