[webkit-reviews] review granted: [Bug 102158] [V8] Merge getCachedWrapper(Node*) into DOMDataStore : [Attachment 175140] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 23:31:08 PST 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 102158: [V8] Merge getCachedWrapper(Node*) into DOMDataStore
https://bugs.webkit.org/show_bug.cgi?id=102158

Attachment 175140: Patch
https://bugs.webkit.org/attachment.cgi?id=175140&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=175140&action=review


>> Source/WebCore/bindings/v8/DOMDataStore.h:66
>> +	    if (LIKELY(!DOMWrapperWorld::isolatedWorldsExist())) {
> 
> Just a confirmation: !v8::Context::InContext() is not needed here, right?

Correct.


More information about the webkit-reviews mailing list