Title: [156897] trunk/Tools
Revision
156897
Author
[email protected]
Date
2013-10-04 11:26:35 -0700 (Fri, 04 Oct 2013)

Log Message

Watchlist is broken after <http://trac.webkit.org/r156880>

* Scripts/webkitpy/common/config/watchlist: Remove an incorrect change.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (156896 => 156897)


--- trunk/Tools/ChangeLog	2013-10-04 18:20:40 UTC (rev 156896)
+++ trunk/Tools/ChangeLog	2013-10-04 18:26:35 UTC (rev 156897)
@@ -1,3 +1,9 @@
+2013-10-04  Alexey Proskuryakov  <[email protected]>
+
+        Watchlist is broken after <http://trac.webkit.org/r156880>
+
+        * Scripts/webkitpy/common/config/watchlist: Remove an incorrect change.
+
 2013-10-04  Brent Fulgham  <[email protected]>
 
         Remove Qt features from build and test tools

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (156896 => 156897)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-10-04 18:20:40 UTC (rev 156896)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-10-04 18:26:35 UTC (rev 156897)
@@ -205,7 +205,7 @@
                         r"|Source/WebKit/blackberry/WebKitSupport/FatFingers.*",
         },
         "SVG": {
-            "filename": r"Source/WebCore/svg, "[email protected]""
+            "filename": r"Source/WebCore/svg"
                         r"|Source/WebCore/rendering/svg",
         },
         "WebInspectorAPI": {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to