Title: [223263] trunk/Source/WebKit
Revision
223263
Author
[email protected]
Date
2017-10-12 17:19:48 -0700 (Thu, 12 Oct 2017)

Log Message

Add API to clean CacheStorage data
https://bugs.webkit.org/show_bug.cgi?id=178034

Unreviewed.

Patch by Youenn Fablet <[email protected]> on 2017-10-12

* Shared/WebsiteData/WebsiteDataType.h: fixing the DOMCache value.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (223262 => 223263)


--- trunk/Source/WebKit/ChangeLog	2017-10-12 22:36:55 UTC (rev 223262)
+++ trunk/Source/WebKit/ChangeLog	2017-10-13 00:19:48 UTC (rev 223263)
@@ -1,3 +1,12 @@
+2017-10-12  Youenn Fablet  <[email protected]>
+
+        Add API to clean CacheStorage data
+        https://bugs.webkit.org/show_bug.cgi?id=178034
+
+        Unreviewed.
+
+        * Shared/WebsiteData/WebsiteDataType.h: fixing the DOMCache value. 
+
 2017-10-12  Stephan Szabo  <[email protected]>
 
         [WinCairo] add WebProcess files for wincairo webkit

Modified: trunk/Source/WebKit/Shared/WebsiteData/WebsiteDataType.h (223262 => 223263)


--- trunk/Source/WebKit/Shared/WebsiteData/WebsiteDataType.h	2017-10-12 22:36:55 UTC (rev 223262)
+++ trunk/Source/WebKit/Shared/WebsiteData/WebsiteDataType.h	2017-10-13 00:19:48 UTC (rev 223263)
@@ -48,7 +48,7 @@
 #if ENABLE(SERVICE_WORKER)
     ServiceWorkerRegistrations = 1 << 14,
 #endif
-    DOMCache = 1 << 14,
+    DOMCache = 1 << 15,
 };
 
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to