Bug 139751

Summary: Ref-ify WebPageProxy and WebProcessProxy creation functions
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Anders Carlsson
Reported 2014-12-17 15:19:12 PST
Ref-ify WebPageProxy and WebProcessProxy creation functions
Attachments
Patch (8.03 KB, patch)
2014-12-17 15:19 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2014-12-17 15:19:31 PST
Andreas Kling
Comment 2 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.
Anders Carlsson
Comment 3 2014-12-17 15:22:43 PST
Note You need to log in before you can comment on or make changes to this bug.