Title: [186234] trunk/Source/WebKit2
Revision
186234
Author
beid...@apple.com
Date
2015-07-02 13:47:57 -0700 (Thu, 02 Jul 2015)

Log Message

Remove change I accidentally committed in r186232

* UIProcess/WebsiteData/WebsiteDataStore.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (186233 => 186234)


--- trunk/Source/WebKit2/ChangeLog	2015-07-02 20:39:19 UTC (rev 186233)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-02 20:47:57 UTC (rev 186234)
@@ -1,3 +1,9 @@
+2015-07-02  Brady Eidson  <beid...@apple.com>
+
+        Remove change I accidentally committed in r186232
+
+        * UIProcess/WebsiteData/WebsiteDataStore.h:
+
 2015-07-02  Alex Christensen  <achristen...@webkit.org>
 
         Fix EWS build after r186182.

Modified: trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h (186233 => 186234)


--- trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h	2015-07-02 20:39:19 UTC (rev 186233)
+++ trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h	2015-07-02 20:47:57 UTC (rev 186234)
@@ -74,7 +74,7 @@
     static void cloneSessionData(WebPageProxy& sourcePage, WebPageProxy& newPage);
 
     void fetchData(WebsiteDataTypes, std::function<void (Vector<WebsiteDataRecord>)> completionHandler);
-//    void removeData(WebsiteDataTypes, std::chrono::system_clock::time_point modifiedSince, std::function<void ()> completionHandler);
+    void removeData(WebsiteDataTypes, std::chrono::system_clock::time_point modifiedSince, std::function<void ()> completionHandler);
     void removeData(WebsiteDataTypes, const Vector<WebsiteDataRecord>&, std::function<void ()> completionHandler);
 
     StorageManager* storageManager() { return m_storageManager.get(); }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to