RESOLVED FIXED 108818
[v8] explicit isolate parameter for MakeWeak calls
https://bugs.webkit.org/show_bug.cgi?id=108818
Summary [v8] explicit isolate parameter for MakeWeak calls
Dan Carney
Reported 2013-02-04 05:22:38 PST
[v8] explicit isolate parameter for MakeWeak calls
Attachments
Patch (25.18 KB, patch)
2013-02-04 05:24 PST, Dan Carney
no flags
Patch (25.19 KB, patch)
2013-02-04 05:49 PST, Dan Carney
no flags
Dan Carney
Comment 1 2013-02-04 05:24:40 PST
Kentaro Hara
Comment 2 2013-02-04 05:40:41 PST
Comment on attachment 186357 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186357&action=review > Source/WebCore/bindings/v8/DOMDataStore.cpp:43 > + , m_wrapperMap(v8::Isolate::GetCurrent()) // TODO Don't call GetCurrent twice. TODO => FIXME > Source/WebCore/bindings/v8/DOMWrapperMap.h:108 > + v8::NearDeathCallback m_callback; NearDeathCallback is a good name!
Kentaro Hara
Comment 3 2013-02-04 05:41:06 PST
View in context: https://bugs.webkit.org/attachment.cgi?id=186357&action=review > Source/WebCore/bindings/v8/DOMDataStore.cpp:43 > + , m_wrapperMap(v8::Isolate::GetCurrent()) // TODO Don't call GetCurrent twice. TODO => FIXME > Source/WebCore/bindings/v8/DOMWrapperMap.h:108 > + v8::NearDeathCallback m_callback; NearDeathCallback is a good name!
Dan Carney
Comment 4 2013-02-04 05:49:25 PST
Dan Carney
Comment 5 2013-02-04 05:49:56 PST
Comment on attachment 186360 [details] Patch addressed TODO => FIXME issue
WebKit Review Bot
Comment 6 2013-02-04 07:58:28 PST
Comment on attachment 186360 [details] Patch Clearing flags on attachment: 186360 Committed r141771: <http://trac.webkit.org/changeset/141771>
WebKit Review Bot
Comment 7 2013-02-04 07:58:31 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.