Bug 89774 - [V8] Clean up visitDOMWrapper code
Summary: [V8] Clean up visitDOMWrapper code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Erik Arvidsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-22 11:29 PDT by Erik Arvidsson
Modified: 2012-06-22 11:55 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2012-06-22 11:32 PDT, Erik Arvidsson
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-06-22 11:29:40 PDT
[V8] Clean up visitDOMWrapper code
Comment 1 Erik Arvidsson 2012-06-22 11:32:30 PDT
Created attachment 149073 [details]
Patch
Comment 2 Tony Chang 2012-06-22 11:46:04 PDT
Comment on attachment 149073 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=149073&action=review

> Source/WebCore/ChangeLog:8
> +        This moves the check if domWrapperVisitorFunction is null into a function of the WrapperTypeInfo struct.

Nit: Please explain why we're making this change (i.e., for consistency).
Comment 3 Erik Arvidsson 2012-06-22 11:55:14 PDT
Committed r121047: <http://trac.webkit.org/changeset/121047>