Bug 37300

Summary: [WebKit2] Add WebProcess directory and files
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch oliver: review+

Description Anders Carlsson 2010-04-08 17:25:29 PDT
Created attachment 52922 [details]
Patch

More.
Comment 1 Oliver Hunt 2010-04-08 17:41:31 PDT
Comment on attachment 52922 [details]
Patch


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

Incorrect spelling of Balances
Comment 2 Sam Weinig 2010-04-08 19:11:45 PDT
Landed in r57309.