Title: [203770] trunk/Source/WebKit/win
Revision
203770
Author
[email protected]
Date
2016-07-27 00:42:16 -0700 (Wed, 27 Jul 2016)

Log Message

Fix Win debug build after r203749.

* WebView.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (203769 => 203770)


--- trunk/Source/WebKit/win/ChangeLog	2016-07-27 07:06:09 UTC (rev 203769)
+++ trunk/Source/WebKit/win/ChangeLog	2016-07-27 07:42:16 UTC (rev 203770)
@@ -1,3 +1,9 @@
+2016-07-27  Alex Christensen  <[email protected]>
+
+        Fix Win debug build after r203749.
+
+        * WebView.cpp:
+
 2016-07-26  Simon Fraser  <[email protected]>
 
         Allow LOG macros to be used outside the namespace, and other logging cleanup

Modified: trunk/Source/WebKit/win/WebView.cpp (203769 => 203770)


--- trunk/Source/WebKit/win/WebView.cpp	2016-07-27 07:06:09 UTC (rev 203769)
+++ trunk/Source/WebKit/win/WebView.cpp	2016-07-27 07:42:16 UTC (rev 203770)
@@ -122,6 +122,7 @@
 #include <WebCore/IntRect.h>
 #include <WebCore/JSElement.h>
 #include <WebCore/KeyboardEvent.h>
+#include <WebCore/LogInitialization.h>
 #include <WebCore/Logging.h>
 #include <WebCore/MIMETypeRegistry.h>
 #include <WebCore/MainFrame.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to