Title: [178891] trunk/Source/WebKit2
Revision
178891
Author
carlo...@webkit.org
Date
2015-01-22 00:05:45 -0800 (Thu, 22 Jan 2015)

Log Message

Unreviewed. Try to fix Debug build after r178889.

* UIProcess/API/C/WKPage.cpp: Include Logging.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (178890 => 178891)


--- trunk/Source/WebKit2/ChangeLog	2015-01-22 08:02:10 UTC (rev 178890)
+++ trunk/Source/WebKit2/ChangeLog	2015-01-22 08:05:45 UTC (rev 178891)
@@ -1,3 +1,9 @@
+2015-01-22  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Try to fix Debug build after r178889.
+
+        * UIProcess/API/C/WKPage.cpp: Include Logging.h.
+
 2015-01-21  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Add API::ContextMenuClient and API::InjectedBundle::PageContextMenuClient classes

Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp (178890 => 178891)


--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp	2015-01-22 08:02:10 UTC (rev 178890)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp	2015-01-22 08:05:45 UTC (rev 178891)
@@ -38,6 +38,7 @@
 #include "APIUIClient.h"
 #include "AuthenticationChallengeProxy.h"
 #include "LegacySessionStateCoding.h"
+#include "Logging.h"
 #include "NativeWebKeyboardEvent.h"
 #include "NativeWebWheelEvent.h"
 #include "NavigationActionData.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to