Title: [126279] trunk/Source/WebCore
Revision
126279
Author
[email protected]
Date
2012-08-22 01:47:53 -0700 (Wed, 22 Aug 2012)

Log Message

Remove unused field DeleteEntryRequest::m_type
https://bugs.webkit.org/show_bug.cgi?id=94680

Unreviewed build fix.

Remove this unused field. Clang warns about it and it breaks the
Chromium build.

No change in functionality, no new tests.

* inspector/InspectorFileSystemAgent.cpp:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126278 => 126279)


--- trunk/Source/WebCore/ChangeLog	2012-08-22 08:45:17 UTC (rev 126278)
+++ trunk/Source/WebCore/ChangeLog	2012-08-22 08:47:53 UTC (rev 126279)
@@ -1,3 +1,18 @@
+2012-08-22  Hans Wennborg  <[email protected]>
+
+        Remove unused field DeleteEntryRequest::m_type
+        https://bugs.webkit.org/show_bug.cgi?id=94680
+
+        Unreviewed build fix.
+
+        Remove this unused field. Clang warns about it and it breaks the
+        Chromium build.
+
+        No change in functionality, no new tests.
+
+        * inspector/InspectorFileSystemAgent.cpp:
+        (WebCore):
+
 2012-08-21  Andrey Kosyakov  <[email protected]>
 
         Web Inspector: console.time() should use performance.now()

Modified: trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp (126278 => 126279)


--- trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp	2012-08-22 08:45:17 UTC (rev 126278)
+++ trunk/Source/WebCore/inspector/InspectorFileSystemAgent.cpp	2012-08-22 08:47:53 UTC (rev 126279)
@@ -631,7 +631,6 @@
 
     RefPtr<FrontendProvider> m_frontendProvider;
     int m_requestId;
-    FileSystemType m_type;
     KURL m_url;
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to