Title: [178538] trunk/Source/WebKit2
- Revision
- 178538
- Author
- [email protected]
- Date
- 2015-01-15 15:58:34 -0800 (Thu, 15 Jan 2015)
Log Message
Unreviewed build fix after r178536.
Initialize member variables in the proper order.
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::WebPageProxy):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (178537 => 178538)
--- trunk/Source/WebKit2/ChangeLog 2015-01-15 23:57:34 UTC (rev 178537)
+++ trunk/Source/WebKit2/ChangeLog 2015-01-15 23:58:34 UTC (rev 178538)
@@ -1,3 +1,12 @@
+2015-01-15 Joseph Pecoraro <[email protected]>
+
+ Unreviewed build fix after r178536.
+
+ Initialize member variables in the proper order.
+
+ * UIProcess/WebPageProxy.cpp:
+ (WebKit::WebPageProxy::WebPageProxy):
+
2015-01-15 Enrica Casucci <[email protected]>
[WK2] Add support for fully editable WKWebView.
Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (178537 => 178538)
--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2015-01-15 23:57:34 UTC (rev 178537)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2015-01-15 23:58:34 UTC (rev 178538)
@@ -288,10 +288,10 @@
, m_viewWasEverInWindow(false)
, m_backForwardList(WebBackForwardList::create(*this))
, m_maintainsInactiveSelection(false)
+ , m_isEditable(false)
#if PLATFORM(MAC) && !USE(ASYNC_NSTEXTINPUTCLIENT)
, m_temporarilyClosedComposition(false)
#endif
- , m_isEditable(false)
, m_textZoomFactor(1)
, m_pageZoomFactor(1)
, m_pageScaleFactor(1)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes