| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py
|
| index e4dfec27dfdc4afac031bb6625bd62ad0cbe512c..839739e04452c87e4e22e68996fc9d57238b2648 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_github_mock.py
|
| @@ -1,3 +1,8 @@
|
| +# Copyright 2017 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +
|
| class MockWPTGitHub(object):
|
|
|
| def __init__(self, pull_requests, unsuccessful_merge=False):
|
|
|