Title: [147284] trunk/Source/WebCore
Revision
147284
Author
[email protected]
Date
2013-03-30 21:11:56 -0700 (Sat, 30 Mar 2013)

Log Message

Remove unused include of RegularExpression.h
https://bugs.webkit.org/show_bug.cgi?id=113649

Reviewed by Dimitri Glazkov.

* Modules/filesystem/DOMFilePath.cpp:
    - This include isn't used.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147283 => 147284)


--- trunk/Source/WebCore/ChangeLog	2013-03-31 00:04:57 UTC (rev 147283)
+++ trunk/Source/WebCore/ChangeLog	2013-03-31 04:11:56 UTC (rev 147284)
@@ -1,3 +1,13 @@
+2013-03-30  Adam Barth  <[email protected]>
+
+        Remove unused include of RegularExpression.h
+        https://bugs.webkit.org/show_bug.cgi?id=113649
+
+        Reviewed by Dimitri Glazkov.
+
+        * Modules/filesystem/DOMFilePath.cpp:
+            - This include isn't used.
+
 2013-03-30  Tom Sepez  <[email protected]>
 
         Cross-Origin copy&paste / drag&drop allowing XSS via srcdoc attribute.

Modified: trunk/Source/WebCore/Modules/filesystem/DOMFilePath.cpp (147283 => 147284)


--- trunk/Source/WebCore/Modules/filesystem/DOMFilePath.cpp	2013-03-31 00:04:57 UTC (rev 147283)
+++ trunk/Source/WebCore/Modules/filesystem/DOMFilePath.cpp	2013-03-31 04:11:56 UTC (rev 147284)
@@ -33,7 +33,6 @@
 
 #if ENABLE(FILE_SYSTEM)
 
-#include "RegularExpression.h"
 #include <wtf/Vector.h>
 #include <wtf/text/CString.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to