Title: [236243] trunk/Tools
Revision
236243
Author
calva...@igalia.com
Date
2018-09-20 00:03:23 -0700 (Thu, 20 Sep 2018)

Log Message

Unreviewed. Fix the Streams API watchlist.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (236242 => 236243)


--- trunk/Tools/ChangeLog	2018-09-20 06:42:12 UTC (rev 236242)
+++ trunk/Tools/ChangeLog	2018-09-20 07:03:23 UTC (rev 236243)
@@ -1,3 +1,9 @@
+2018-09-20  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        Unreviewed. Fix the Streams API watchlist.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2018-09-19  Chris Dumez  <cdu...@apple.com>
 
         Crash under WebProcessProxy::suspendedPageWasDestroyed(WebKit::SuspendedPageProxy&)

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (236242 => 236243)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2018-09-20 06:42:12 UTC (rev 236242)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2018-09-20 07:03:23 UTC (rev 236243)
@@ -309,11 +309,11 @@
         },
         "StreamsAPI": {
             "filename": r"Source/WebCore/bindings/js/JSDOMGlobalObject\.cpp"
-                        r"Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors\.(h|cpp)"
-                        r"Source/WebCore/bindings/js/WebCoreBuiltinNames\.h"
-                        r"Source/WebCore/bindings/js/WebCoreJSBuiltinInternals\.(h|cpp)"
-                        r"Source/WebCore/bindings/js/WebCoreJSBuiltins\.(h|cpp)"
-                        r"Source/WebCore/Modules/streams/"
+                        r"|Source/WebCore/bindings/js/JSReadableStreamPrivateConstructors\.(h|cpp)"
+                        r"|Source/WebCore/bindings/js/WebCoreBuiltinNames\.h"
+                        r"|Source/WebCore/bindings/js/WebCoreJSBuiltinInternals\.(h|cpp)"
+                        r"|Source/WebCore/bindings/js/WebCoreJSBuiltins\.(h|cpp)"
+                        r"|Source/WebCore/Modules/streams/"
                         r"|LayoutTests/imported/w3c/web-platform-tests/streams-api/"
                         r"|LayoutTests/streams/",
         },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to