RESOLVED FIXED 106766
[V8] Call Isolate::GetCurrent() in a callback from WebCore
https://bugs.webkit.org/show_bug.cgi?id=106766
Summary [V8] Call Isolate::GetCurrent() in a callback from WebCore
Kentaro Hara
Reported 2013-01-14 01:49:44 PST
The objective is to pass an Isolate everywhere. Given that a callback from WebCore is an entry point to V8, we can call Isolate::GetCurrent() at the head of the callback and pass it to other places. (In practice, handleEvent() is the only callback used in the current WebKit.)
Attachments
Patch (9.52 KB, patch)
2013-01-14 02:12 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2013-01-14 02:12:26 PST
WebKit Review Bot
Comment 2 2013-01-14 02:46:13 PST
Comment on attachment 182531 [details] Patch Clearing flags on attachment: 182531 Committed r139599: <http://trac.webkit.org/changeset/139599>
WebKit Review Bot
Comment 3 2013-01-14 02:46:16 PST
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.