⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181598 in webkit


Ignore:
Timestamp:
Mar 16, 2015, 4:58:09 PM (11 years ago)
Author:
ap@apple.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181579 r181598  
     12015-03-16  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Fix webkitpy tests after r181585.
     4
     5        Looks like "me" cannot be anyone's email, it's a special case.
     6
     7        * Scripts/webkitpy/common/config/contributors.json:
     8
    192015-03-16  Alexey Proskuryakov  <ap@apple.com>
    210
  • trunk/Tools/Scripts/webkitpy/common/config/contributors.json

    r181588 r181598  
    20732073      "Nikita Vasilyev" : {
    20742074         "emails" : [
    2075             "nvasilyev@apple.com",
    2076             "me@elv1s.ru"
     2075            "nvasilyev@apple.com"
    20772076         ],
    20782077         "expertise" : "Web Inspector",
Note: See TracChangeset for help on using the changeset viewer.