Title: [205244] trunk/Source/WebCore
Revision
205244
Author
[email protected]
Date
2016-08-31 01:26:48 -0700 (Wed, 31 Aug 2016)

Log Message

Remove unused member variable in WebCore::File
https://bugs.webkit.org/show_bug.cgi?id=161420

Patch by Joseph Pecoraro <[email protected]> on 2016-08-31
Reviewed by Alex Christensen.

* fileapi/File.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205243 => 205244)


--- trunk/Source/WebCore/ChangeLog	2016-08-31 07:39:21 UTC (rev 205243)
+++ trunk/Source/WebCore/ChangeLog	2016-08-31 08:26:48 UTC (rev 205244)
@@ -1,3 +1,12 @@
+2016-08-31  Joseph Pecoraro  <[email protected]>
+
+        Remove unused member variable in WebCore::File
+        https://bugs.webkit.org/show_bug.cgi?id=161420
+
+        Reviewed by Alex Christensen.
+
+        * fileapi/File.h:
+
 2016-08-30  Ryosuke Niwa  <[email protected]>
 
         Add "get" to CustomElementsRegistry

Modified: trunk/Source/WebCore/fileapi/File.h (205243 => 205244)


--- trunk/Source/WebCore/fileapi/File.h	2016-08-31 07:39:21 UTC (rev 205243)
+++ trunk/Source/WebCore/fileapi/File.h	2016-08-31 08:26:48 UTC (rev 205244)
@@ -88,7 +88,6 @@
     String m_path;
     String m_name;
 
-    Optional<String> m_overrideFilename;
     Optional<int64_t> m_overrideLastModifiedDate;
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to