Bug 58271

Summary: Remove the WebContext member variable from WebPageProxy
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2011-04-11 14:33:22 PDT
Remove the WebContext member variable from WebPageProxy
Comment 1 Anders Carlsson 2011-04-11 14:34:01 PDT
Created attachment 89091 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-04-11 15:01:27 PDT
Comment on attachment 89091 [details]
Patch

Do we need to worry about m_process being null?
Comment 3 Anders Carlsson 2011-04-11 15:02:21 PDT
(In reply to comment #2)
> (From update of attachment 89091 [details])
> Do we need to worry about m_process being null?

No, it will never be null anymore!
Comment 4 Anders Carlsson 2011-04-11 15:04:52 PDT
Committed r83509: <http://trac.webkit.org/changeset/83509>
Comment 5 Adam Roben (:aroben) 2011-04-12 05:00:08 PDT
*** Bug 57029 has been marked as a duplicate of this bug. ***