Title: [185504] trunk/Source/WebKit2
Revision
185504
Author
[email protected]
Date
2015-06-12 07:46:15 -0700 (Fri, 12 Jun 2015)

Log Message

Unreviewed build fix after r185502.

* NetworkProcess/cache/NetworkCacheFileSystem.cpp:
GRefPtr.h header has been moved to a different place.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185503 => 185504)


--- trunk/Source/WebKit2/ChangeLog	2015-06-12 13:44:43 UTC (rev 185503)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-12 14:46:15 UTC (rev 185504)
@@ -1,5 +1,12 @@
 2015-06-12  Zan Dobersek  <[email protected]>
 
+        Unreviewed build fix after r185502.
+
+        * NetworkProcess/cache/NetworkCacheFileSystem.cpp:
+        GRefPtr.h header has been moved to a different place.
+
+2015-06-12  Zan Dobersek  <[email protected]>
+
         [GLib] Move files under Source/WTF/wtf/gobject to Source/WTF/wtf/glib
         https://bugs.webkit.org/show_bug.cgi?id=145799
 

Modified: trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystem.cpp (185503 => 185504)


--- trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystem.cpp	2015-06-12 13:44:43 UTC (rev 185503)
+++ trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheFileSystem.cpp	2015-06-12 14:46:15 UTC (rev 185504)
@@ -36,7 +36,7 @@
 
 #if USE(SOUP)
 #include <gio/gio.h>
-#include <wtf/gobject/GRefPtr.h>
+#include <wtf/glib/GRefPtr.h>
 #endif
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to