Bug 139751 - Ref-ify WebPageProxy and WebProcessProxy creation functions
Summary: Ref-ify WebPageProxy and WebProcessProxy creation functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-17 15:19 PST by Anders Carlsson
Modified: 2014-12-17 15:22 PST (History)
0 users

See Also:


Attachments
Patch (8.03 KB, patch)
2014-12-17 15:19 PST, Anders Carlsson
kling: 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 2014-12-17 15:19:12 PST
Ref-ify WebPageProxy and WebProcessProxy creation functions
Comment 1 Anders Carlsson 2014-12-17 15:19:31 PST
Created attachment 243464 [details]
Patch
Comment 2 Andreas Kling 2014-12-17 15:21:30 PST
Comment on attachment 243464 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243464&action=review

r=me

> Source/WebKit2/UIProcess/WebContext.cpp:721
> +    m_processes.append(process.ptr());

Looks like m_processes should be a Vector of Refs.
Comment 3 Anders Carlsson 2014-12-17 15:22:43 PST
Committed r177469: <http://trac.webkit.org/changeset/177469>