WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
85234
[V8] Incorrect [[Class]] for DOM prototypes
https://bugs.webkit.org/show_bug.cgi?id=85234
Summary
[V8] Incorrect [[Class]] for DOM prototypes
Erik Arvidsson
Reported
2012-04-30 14:29:04 PDT
The internal class for DOM prototypes is set to "Object". It should be set to "InterfaceNamePrototype". For example assertEquals('[object DocumentPrototype]',Object.prototype.toString.call(Document.prototype))
http://dev.w3.org/2006/webapi/WebIDL/#interface-prototype-object
"The class string of an interface prototype object is the concatenation of the interface’s identifier and the string “Prototype”." This is causing one of the FAIL lines in LayoutTests/fast/dom/DOMException/prototype-object.html
Attachments
Add attachment
proposed patch, testcase, etc.
Erik Arvidsson
Comment 1
2013-05-10 13:43:02 PDT
Moved to
https://code.google.com/p/chromium/issues/detail?id=239915
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug