Title: [191797] trunk/Source/WebKit2
Revision
191797
Author
[email protected]
Date
2015-10-30 10:56:56 -0700 (Fri, 30 Oct 2015)

Log Message

Initialize some new WebViewImpl members

* UIProcess/Cocoa/WebViewImpl.h:
Oh well.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191796 => 191797)


--- trunk/Source/WebKit2/ChangeLog	2015-10-30 17:21:29 UTC (rev 191796)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-30 17:56:56 UTC (rev 191797)
@@ -1,5 +1,12 @@
 2015-10-30  Tim Horton  <[email protected]>
 
+        Initialize some new WebViewImpl members
+
+        * UIProcess/Cocoa/WebViewImpl.h:
+        Oh well.
+
+2015-10-30  Tim Horton  <[email protected]>
+
         Fix the build
 
         * UIProcess/API/mac/WKView.mm:

Modified: trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h (191796 => 191797)


--- trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h	2015-10-30 17:21:29 UTC (rev 191796)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.h	2015-10-30 17:56:56 UTC (rev 191797)
@@ -572,9 +572,9 @@
     // that has been already sent to WebCore.
     RetainPtr<NSEvent> m_keyDownEventBeingResent;
 #if USE(ASYNC_NSTEXTINPUTCLIENT)
-    Vector<WebCore::KeypressCommand>* m_collectedKeypressCommands;
+    Vector<WebCore::KeypressCommand>* m_collectedKeypressCommands { nullptr };
 #else
-    WKViewInterpretKeyEventsParameters* m_interpretKeyEventsParameters;
+    WKViewInterpretKeyEventsParameters* m_interpretKeyEventsParameters { nullptr };
 #endif
 };
     
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to