| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| index 4e2979212e28227e12fbf6169051d105979edec3..57bf79ba83902f8c1322ce1b471af9451c1aa031 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| @@ -44,7 +44,8 @@ class WebKitFinder(object):
|
| def webkit_base(self):
|
| """Returns the absolute path to the top of the WebKit tree.
|
|
|
| - Raises an AssertionError if the top dir can't be determined."""
|
| + Raises an AssertionError if the top dir can't be determined.
|
| + """
|
| # Note: This code somewhat duplicates the code in
|
| # scm.find_checkout_root(). However, that code only works if the top
|
| # of the SCM repository also matches the top of the WebKit tree. Some SVN users
|
|
|