Title: [127386] trunk/Source/WebKit2
Revision
127386
Author
[email protected]
Date
2012-09-01 22:51:56 -0700 (Sat, 01 Sep 2012)

Log Message

Remove unused member variable from WebProcess.

Rubber-stamped by Dan Bernstein.

* WebProcess/WebProcess.h:
(WebProcess):
Remove m_applicationCachePathExtension.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (127385 => 127386)


--- trunk/Source/WebKit2/ChangeLog	2012-09-02 04:31:52 UTC (rev 127385)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-02 05:51:56 UTC (rev 127386)
@@ -1,5 +1,15 @@
 2012-09-01  Sam Weinig  <[email protected]>
 
+        Remove unused member variable from WebProcess.
+
+        Rubber-stamped by Dan Bernstein.
+
+        * WebProcess/WebProcess.h:
+        (WebProcess):
+        Remove m_applicationCachePathExtension.
+
+2012-09-01  Sam Weinig  <[email protected]>
+
         Use dynamic sandbox extension rather than sandbox parameters for paths provided by the UIProcess
         https://bugs.webkit.org/show_bug.cgi?id=95651
 

Modified: trunk/Source/WebKit2/WebProcess/WebProcess.h (127385 => 127386)


--- trunk/Source/WebKit2/WebProcess/WebProcess.h	2012-09-02 04:31:52 UTC (rev 127385)
+++ trunk/Source/WebKit2/WebProcess/WebProcess.h	2012-09-02 05:51:56 UTC (rev 127386)
@@ -330,8 +330,6 @@
     
     String m_localStorageDirectory;
 
-    RefPtr<SandboxExtension> m_applicationCachePathExtension;
-
 #if ENABLE(PLUGIN_PROCESS)
     PluginProcessConnectionManager m_pluginProcessConnectionManager;
     bool m_disablePluginProcessMessageTimeout;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to