https://bugs.webkit.org/show_bug.cgi?id=134626
Reviewed by Gyuyoung Kim.
* Scripts/webkitpy/common/config/watchlist:
Remove leading pipe, which meant that this rule matched everything!
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@170802
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-07-04 Timothy Horton <timothy_horton@apple.com>
+
+ Typo in watchlist config means four specific people get Cc'd on everything
+ https://bugs.webkit.org/show_bug.cgi?id=134626
+
+ Reviewed by Gyuyoung Kim.
+
+ * Scripts/webkitpy/common/config/watchlist:
+ Remove leading pipe, which meant that this rule matched everything!
+
2014-07-03 Shivakumar JM <shiva.jm@samsung.com>
[EFL][WK2] Enhance the Minibrowser to show text search count and close search bar.
r"|Source/WebCore/dom/Element\.(cpp|h|idl)",
},
"EFL": {
- "filename": r"|Source/WebCore/platform/efl/"
+ "filename": r"Source/WebCore/platform/efl/"
r"|Source/WTF/wtf/efl/"
r"|LayoutTests/platform/efl/",
},