[Webkit-unassigned] [Bug 114456] New: DOM interface objects should have class side inheritance
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 11 12:14:44 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=114456
Summary: DOM interface objects should have class side
inheritance
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
CC: ap at webkit.org, ggaren at apple.com, oliver at apple.com
To align with ES6 we should set the [[Prototype]] of the interface object to the parent interface object.
For example:
HTMLElement.__proto__ === Element
Moz bug with patch: https://bugzilla.mozilla.org/show_bug.cgi?id=860841
Blink bug: https://code.google.com/p/chromium/issues/detail?id=230506
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list