Bug 100963 - [V8] The V8DOMMap visitors are no longer needed
Summary: [V8] The V8DOMMap visitors are no longer needed
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: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 100965
  Show dependency treegraph
 
Reported: 2012-11-01 09:11 PDT by Adam Barth
Modified: 2012-11-01 09:58 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2012-11-01 09:12 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-11-01 09:11:29 PDT
[V8] The V8DOMMap visitors are no longer needed
Comment 1 Adam Barth 2012-11-01 09:12:17 PDT
Created attachment 171869 [details]
Patch
Comment 2 Kentaro Hara 2012-11-01 09:15:43 PDT
Comment on attachment 171869 [details]
Patch

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

> Source/WebCore/bindings/v8/V8DOMMap.cpp:-88
> -void visitDOMObjects(DOMWrapperVisitor<void>* visitor)

This is not used by anybody, right?
Comment 3 Adam Barth 2012-11-01 09:16:41 PDT
(In reply to comment #2)
> (From update of attachment 171869 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=171869&action=review
> 
> > Source/WebCore/bindings/v8/V8DOMMap.cpp:-88
> > -void visitDOMObjects(DOMWrapperVisitor<void>* visitor)
> 
> This is not used by anybody, right?

Not anymore!  :)
Comment 4 WebKit Review Bot 2012-11-01 09:48:14 PDT
Comment on attachment 171869 [details]
Patch

Clearing flags on attachment: 171869

Committed r133187: <http://trac.webkit.org/changeset/133187>
Comment 5 WebKit Review Bot 2012-11-01 09:48:18 PDT
All reviewed patches have been landed.  Closing bug.