Title: [181598] trunk/Tools
Revision
181598
Author
[email protected]
Date
2015-03-16 16:58:09 -0700 (Mon, 16 Mar 2015)

Log Message

Fix webkitpy tests after r181585.

Looks like "me" cannot be anyone's email, it's a special case.

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181597 => 181598)


--- trunk/Tools/ChangeLog	2015-03-16 23:55:50 UTC (rev 181597)
+++ trunk/Tools/ChangeLog	2015-03-16 23:58:09 UTC (rev 181598)
@@ -1,5 +1,13 @@
 2015-03-16  Alexey Proskuryakov  <[email protected]>
 
+        Fix webkitpy tests after r181585.
+
+        Looks like "me" cannot be anyone's email, it's a special case.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
+2015-03-16  Alexey Proskuryakov  <[email protected]>
+
         Add tolerance to WebAudio tests
         https://bugs.webkit.org/show_bug.cgi?id=142676
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (181597 => 181598)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2015-03-16 23:55:50 UTC (rev 181597)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2015-03-16 23:58:09 UTC (rev 181598)
@@ -2072,8 +2072,7 @@
       },
       "Nikita Vasilyev" : {
          "emails" : [
-            "[email protected]",
-            "[email protected]"
+            "[email protected]"
          ],
          "expertise" : "Web Inspector",
          "nicks" : [
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to