[Webkit-unassigned] [Bug 117116] [WK2][CG]: Use a properly initialized WebPage when creating a PageClient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 1 23:40:23 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117116
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #203501|review? |review+
Flag| |
--- Comment #2 from Darin Adler <darin at apple.com> 2013-06-01 23:38:56 PST ---
(From update of attachment 203501)
View in context: https://bugs.webkit.org/attachment.cgi?id=203501&action=review
> Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp:53
> + m_page = context->createWebPage(this, pageGroup);
Needs a comment so someone doesn’t just move it back. Such as:
// Need to call createWebPage after other data members, specifically m_visible, are initialized.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list