Summary: | [V8] Remove references to V8ClassIndex when possible | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nate Chapin <japhet> | ||||
Component: | WebCore Misc. | Assignee: | Nate Chapin <japhet> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 33477 | ||||||
Attachments: |
|
Description
Nate Chapin
2010-02-09 11:30:33 PST
Created attachment 48430 [details]
Remove V8ClassIndex from configureTemplate() and lookupDOMWrapper()
Comment on attachment 48430 [details]
Remove V8ClassIndex from configureTemplate() and lookupDOMWrapper()
Great. I've never liked V8ClassIndex. Seemed so wrong to have a global list of classes like that.
Comment on attachment 48430 [details] Remove V8ClassIndex from configureTemplate() and lookupDOMWrapper() http://trac.webkit.org/changeset/54629 I think most of the unnecessary references to V8ClassIndex have been removed, and the rest are feasible to take care of in the patch that deletes V8Index.h. |