| 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 18fce80002bee0f53568c08a196505f4454530da..7ee11e797c90e04d50f92a9173cd3bbd4c7fdfda 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| @@ -88,7 +88,7 @@ class WebKitFinder(object):
|
| 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
|
| + # git.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
|
| # (the chromium test bots, for example), might only check out subdirectories like
|
| # Tools/Scripts. This code will also work if there is no SCM system at all.
|
|
|