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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Thomas Sepez
Now tracked in https://code.google.com/p/chromium/issues/detail?id=235576
Nothing need happen in WebKit.