Bug 25493

Summary: Remove V8 custom bindings method stubs.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore Misc.Assignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Remove debugger/profiler custom method stubs from V8 bindings, v1. eric: review+

Description Dimitri Glazkov (Google) 2009-04-30 13:56:24 PDT
To catch up with http://trac.webkit.org/changeset/43072.
Comment 1 Dimitri Glazkov (Google) 2009-04-30 13:58:37 PDT
Created attachment 29921 [details]
Remove debugger/profiler custom method stubs from V8 bindings, v1.

 WebCore/ChangeLog                                  |   10 +++++
 .../v8/custom/V8InspectorControllerCustom.cpp      |   36 --------------------
 2 files changed, 10 insertions(+), 36 deletions(-)
Comment 2 Eric Seidel (no email) 2009-04-30 14:06:51 PDT
Comment on attachment 29921 [details]
Remove debugger/profiler custom method stubs from V8 bindings, v1.

LGTM.
Comment 3 Dimitri Glazkov (Google) 2009-04-30 14:12:04 PDT
Landed as http://trac.webkit.org/changeset/43088.