[webkit-reviews] review granted: [Bug 37300] [WebKit2] Add WebProcess directory and files : [Attachment 52922] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 17:41:30 PDT 2010


Oliver Hunt <oliver at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 37300: [WebKit2] Add WebProcess directory and files
https://bugs.webkit.org/show_bug.cgi?id=37300

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

------- Additional Comments from Oliver Hunt <oliver at apple.com>

> +
> +void WebFrameLoaderClient::frameLoaderDestroyed()
> +{
> +    m_frame->invalidate();
> +
> +    // Balences explicit ref() in WebFrame::createMainFrame and
WebFrame::createSubframe.
> +    m_frame->deref();

Incorrect spelling of Balances


More information about the webkit-reviews mailing list