[webkit-reviews] review granted: [Bug 63216] [Chromium] Invalid write inside WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld : [Attachment 98467] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 03:35:11 PDT 2011


Kent Tamura <tkent at chromium.org> has granted MORITA Hajime
<morrita at google.com>'s request for review:
Bug 63216: [Chromium] Invalid write inside
WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld
https://bugs.webkit.org/show_bug.cgi?id=63216

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=98467&action=review

> Tools/DumpRenderTree/chromium/TestShell.cpp:153
> +    m_webViewHost.clear();

No need to call clear() explicitly. ~OwnPtr() is called automatically.


More information about the webkit-reviews mailing list