[Webkit-unassigned] [Bug 54894] New: Make inheritance structure described by ClassInfo match C++ class hierarchy.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 21 11:15:29 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54894
Summary: Make inheritance structure described by ClassInfo
match C++ class hierarchy.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
The ClassInfo objects describe an inheritance hierarchy, with each ClassInfo instance containing a pointer to its parent class. These links should reflect the inheritance hierarchy of C++ classes below JSObject. For the large part it does, but in some cases entries in the C++ hierarchy are skipped over. This presently likely doesn't matter, since intervening C++ classes may not have ClassInfo – but would be a potential bug were ClassInfo were to be added.
--
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