Title: [193763] trunk/Source/WebKit2
Revision
193763
Author
[email protected]
Date
2015-12-08 11:34:40 -0800 (Tue, 08 Dec 2015)

Log Message

[GTK] Remove an unused variable from WebKitWebContext
https://bugs.webkit.org/show_bug.cgi?id=151999

Patch by Tomas Popela <[email protected]> on 2015-12-08
Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/WebKitWebContext.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (193762 => 193763)


--- trunk/Source/WebKit2/ChangeLog	2015-12-08 19:29:39 UTC (rev 193762)
+++ trunk/Source/WebKit2/ChangeLog	2015-12-08 19:34:40 UTC (rev 193763)
@@ -1,3 +1,12 @@
+2015-12-08  Tomas Popela  <[email protected]>
+
+        [GTK] Remove an unused variable from WebKitWebContext
+        https://bugs.webkit.org/show_bug.cgi?id=151999
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/WebKitWebContext.cpp:
+
 2015-12-08  Chris Dumez  <[email protected]>
 
         Add diagnostic logging to measure speculative revalidation accuracy

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp (193762 => 193763)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2015-12-08 19:29:39 UTC (rev 193762)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2015-12-08 19:34:40 UTC (rev 193763)
@@ -188,7 +188,6 @@
     GRefPtr<GVariant> webExtensionsInitializationUserData;
 
     CString localStorageDirectory;
-    CString indexedDBDirectory;
 };
 
 static guint signals[LAST_SIGNAL] = { 0, };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to