Bug 37300 - [WebKit2] Add WebProcess directory and files
Summary: [WebKit2] Add WebProcess directory and files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 17:25 PDT by Anders Carlsson
Modified: 2010-04-08 19:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (230.94 KB, patch)
2010-04-08 17:25 PDT, Anders Carlsson
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.