RESOLVED FIXED 93807
[V8] Remove V8BindingHelpers
https://bugs.webkit.org/show_bug.cgi?id=93807
Summary [V8] Remove V8BindingHelpers
Kentaro Hara
Reported 2012-08-13 02:11:20 PDT
V8BindingHelpers contains toV8Context() and toV8Proxy(), which are used by NPV8Object.cpp only. (1) Move these methods to NPV8Object.cpp as static methods. (2) Remove V8BindingHelpers.{h,cpp}.
Attachments
Patch (8.71 KB, patch)
2012-08-13 02:14 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-08-13 02:14:28 PDT
Adam Barth
Comment 2 2012-08-13 10:27:47 PDT
Comment on attachment 157943 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=157943&action=review > Source/WebCore/bindings/v8/NPV8Object.cpp:67 > + if (!domWindow || !domWindow->frame() || domWindow != domWindow->frame()->domWindow()) This line of code is so broken. I'll fix it as part of Bug 75793.
Kentaro Hara
Comment 3 2012-08-13 17:45:01 PDT
Note You need to log in before you can comment on or make changes to this bug.