Title: [177159] trunk/Source/WebKit
Revision
177159
Author
[email protected]
Date
2014-12-11 10:23:58 -0800 (Thu, 11 Dec 2014)

Log Message

Build fix.

* Storage/WebStorageNamespaceProvider.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (177158 => 177159)


--- trunk/Source/WebKit/ChangeLog	2014-12-11 18:17:41 UTC (rev 177158)
+++ trunk/Source/WebKit/ChangeLog	2014-12-11 18:23:58 UTC (rev 177159)
@@ -1,5 +1,11 @@
 2014-12-11  Anders Carlsson  <[email protected]>
 
+        Build fix.
+
+        * Storage/WebStorageNamespaceProvider.h:
+
+2014-12-11  Anders Carlsson  <[email protected]>
+
         Replicate a bunch of PageGroup functions in WebStorageNamespaceProvider
         https://bugs.webkit.org/show_bug.cgi?id=139544
 

Modified: trunk/Source/WebKit/Storage/WebStorageNamespaceProvider.h (177158 => 177159)


--- trunk/Source/WebKit/Storage/WebStorageNamespaceProvider.h	2014-12-11 18:17:41 UTC (rev 177158)
+++ trunk/Source/WebKit/Storage/WebStorageNamespaceProvider.h	2014-12-11 18:23:58 UTC (rev 177159)
@@ -36,7 +36,7 @@
     static void closeLocalStorage();
 
     static void clearLocalStorageForAllOrigins();
-    static void clearLocalStorageForOrigin(SecurityOrigin*);
+    static void clearLocalStorageForOrigin(WebCore::SecurityOrigin*);
     static void closeIdleLocalStorageDatabases();
     // DumpRenderTree helper that triggers a StorageArea sync.
     static void syncLocalStorage();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to