[webkit-reviews] review granted: [Bug 83539] Web Inspector: ASSERT attempting to unbind null contentDocument : [Attachment 136374] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 19:41:35 PDT 2012


Timothy Hatcher <timothy at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 83539: Web Inspector: ASSERT attempting to unbind null contentDocument
https://bugs.webkit.org/show_bug.cgi?id=83539

Attachment 136374: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=136374&action=review

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=136374&action=review


> Source/WebCore/inspector/InspectorDOMAgent.cpp:338
> +	       m_domListener->didRemoveDocument(contentDocument);

Is it safe to pass a null contenDocument to didRemoveDocument?


More information about the webkit-reviews mailing list