Bug 58271 - Remove the WebContext member variable from WebPageProxy
Summary: Remove the WebContext member variable from WebPageProxy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
: 57029 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-11 14:33 PDT by Anders Carlsson
Modified: 2011-04-12 05:00 PDT (History)
1 user (show)

See Also:


Attachments
Patch (19.17 KB, patch)
2011-04-11 14:34 PDT, Anders Carlsson
aroben: 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 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. ***