RESOLVED FIXED 139751
Ref-ify WebPageProxy and WebProcessProxy creation functions
https://bugs.webkit.org/show_bug.cgi?id=139751
Summary Ref-ify WebPageProxy and WebProcessProxy creation functions
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.