Bug 54894 - Make inheritance structure described by ClassInfo match C++ class hierarchy.
Summary: Make inheritance structure described by ClassInfo match C++ class hierarchy.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-21 11:15 PST by Gavin Barraclough
Modified: 2011-06-18 17:41 PDT (History)
1 user (show)

See Also:


Attachments
The patch (31.69 KB, patch)
2011-02-21 11:21 PST, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-02-21 11:15:29 PST
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.
Comment 1 Gavin Barraclough 2011-02-21 11:21:52 PST
Created attachment 83195 [details]
The patch
Comment 2 Gavin Barraclough 2011-02-21 11:31:59 PST
Fixed in r79240.
Comment 3 Eric Seidel (no email) 2011-06-18 13:42:56 PDT
Attachment 83195 [details] was posted by a committer and has review+, assigning to Gavin Barraclough for commit.