Bug 93106 - [V8] Remove unused methods in V8Proxy
Summary: [V8] Remove unused methods in V8Proxy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 85330
  Show dependency treegraph
 
Reported: 2012-08-03 06:30 PDT by Kentaro Hara
Modified: 2012-08-03 11:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2012-08-03 06:31 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-08-03 06:30:16 PDT
In preparation for removing V8Proxy, we can remove unused methods in V8Proxy.
Comment 1 Kentaro Hara 2012-08-03 06:31:28 PDT
Created attachment 156349 [details]
Patch
Comment 2 Adam Barth 2012-08-03 09:50:34 PDT
Comment on attachment 156349 [details]
Patch

Do these functions have implementations in V8Proxy.cpp that we can remove as well?
Comment 3 Kentaro Hara 2012-08-03 09:52:00 PDT
(In reply to comment #2)
> (From update of attachment 156349 [details])
> Do these functions have implementations in V8Proxy.cpp that we can remove as well?

No... They are dead declarations.
Comment 4 WebKit Review Bot 2012-08-03 11:23:28 PDT
Comment on attachment 156349 [details]
Patch

Clearing flags on attachment: 156349

Committed r124630: <http://trac.webkit.org/changeset/124630>
Comment 5 WebKit Review Bot 2012-08-03 11:23:31 PDT
All reviewed patches have been landed.  Closing bug.