Summary: | Removed a use of markDOMObjectWrapper: NodeLists | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> | ||||
Component: | New Bugs | Assignee: | Geoffrey Garen <ggaren> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, dglazkov, eric, oliver, sam, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Geoffrey Garen
2011-04-19 16:21:58 PDT
Created attachment 90274 [details]
Patch
Comment on attachment 90274 [details]
Patch
r=me, i'm not liking the repeated CustomToJS stuff though.
> r=me, i'm not liking the repeated CustomToJS stuff though.
It's fixable, but we'd have to move a bunch of code to an XXXCustom.h file. Moving toJS to the XXXCustom.cpp file seemed like the easier way.
Committed r84309: <http://trac.webkit.org/changeset/84309> (In reply to comment #3) Actually, another way to fix it would be to add a new "CustomOwner" feature -- that would allow us to avoid CustomToJS while still keeping everything custom in XXXCustom.cpp. http://trac.webkit.org/changeset/84309 might have broken Chromium Linux Release Attachment 90274 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8470495 Attachment 90274 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8469538 |