[webkit-reviews] review granted: [Bug 101493] [V8] IntrusiveDOMWrapperMap is no longer needed and can be deleted : [Attachment 172843] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 11:19:44 PST 2012


Kentaro Hara <haraken at chromium.org> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 101493: [V8] IntrusiveDOMWrapperMap is no longer needed and can be deleted
https://bugs.webkit.org/show_bug.cgi?id=101493

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

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=172843&action=review


> Source/WebCore/bindings/v8/DOMDataStore.cpp:79
> +    object->clearWrapper();

ASSERT(!object->wrapper().IsEmpty()) ?

> Source/WebCore/bindings/v8/DOMDataStore.h:66
> +	       return object->wrapper();

ASSERT(!object->wrapper().IsEmpty()) ?

> Source/WebCore/bindings/v8/DOMDataStore.h:84
>  protected:

private:


More information about the webkit-reviews mailing list