RESOLVED FIXED 86566
[V8] Pass Isolate to convertEventTargetToV8Object()
https://bugs.webkit.org/show_bug.cgi?id=86566
Summary [V8] Pass Isolate to convertEventTargetToV8Object()
Kentaro Hara
Reported 2012-05-15 21:06:27 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to convertEventTargetToV8Object().
Attachments
Patch (3.93 KB, patch)
2012-05-15 21:20 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-05-15 21:20:55 PDT
Nate Chapin
Comment 2 2012-05-16 08:33:30 PDT
Comment on attachment 142140 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=142140&action=review > Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:3830 > - return "V8DOMWrapper::convertEventTargetToV8Object($value)"; > + return "V8DOMWrapper::convertEventTargetToV8Object($value, $getIsolate)"; Does this need a bindings/scripts/test change?
Kentaro Hara
Comment 3 2012-05-16 17:17:53 PDT
Comment on attachment 142140 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=142140&action=review >> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:3830 >> + return "V8DOMWrapper::convertEventTargetToV8Object($value, $getIsolate)"; > > Does this need a bindings/scripts/test change? No change.
WebKit Review Bot
Comment 4 2012-05-16 18:18:48 PDT
Comment on attachment 142140 [details] Patch Clearing flags on attachment: 142140 Committed r117374: <http://trac.webkit.org/changeset/117374>
WebKit Review Bot
Comment 5 2012-05-16 18:18:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.