Title: [91317] trunk/Source/WebKit2
Revision
91317
Author
[email protected]
Date
2011-07-19 15:58:59 -0700 (Tue, 19 Jul 2011)

Log Message

Build fix after r91307.

* Platform/Logging.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (91316 => 91317)


--- trunk/Source/WebKit2/ChangeLog	2011-07-19 22:57:33 UTC (rev 91316)
+++ trunk/Source/WebKit2/ChangeLog	2011-07-19 22:58:59 UTC (rev 91317)
@@ -1,3 +1,9 @@
+2011-07-19  Ryosuke Niwa  <[email protected]>
+
+        Build fix after r91307.
+
+        * Platform/Logging.h:
+
 2011-07-19  Lukasz Slachciak  <[email protected]>
 
         [GTK] [WK2] Implement missing initializeLogChannel function.

Modified: trunk/Source/WebKit2/Platform/Logging.h (91316 => 91317)


--- trunk/Source/WebKit2/Platform/Logging.h	2011-07-19 22:57:33 UTC (rev 91316)
+++ trunk/Source/WebKit2/Platform/Logging.h	2011-07-19 22:58:59 UTC (rev 91317)
@@ -26,8 +26,8 @@
 #ifndef WebKitLogging_h
 #define WebKitLogging_h
 
-#include "PlatformString.h"
 #include <wtf/Assertions.h>
+#include <wtf/text/WTFString.h>
 
 #if !LOG_DISABLED
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to