summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 06:04:34 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 06:04:34 +0000
commitbf400e099ef198629f06b935aff4546b056ded78 (patch)
tree07ce6aa50c9994c033aba6a6bdaef0479e7cf3d2 /webkit
parenteaccfd644cdfbfe55bf53026382ad18b7b0ea006 (diff)
downloadchromium_src-bf400e099ef198629f06b935aff4546b056ded78.zip
chromium_src-bf400e099ef198629f06b935aff4546b056ded78.tar.gz
chromium_src-bf400e099ef198629f06b935aff4546b056ded78.tar.bz2
Add missing 's' from path. Fixes rebaseline tool.
TBR=dpranke BUG=none TEST=ran the rebaseline tool successfully. Review URL: http://codereview.chromium.org/543169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py b/webkit/tools/layout_tests/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
index c237ef2..c56e19d 100644
--- a/webkit/tools/layout_tests/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
+++ b/webkit/tools/layout_tests/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
@@ -176,7 +176,7 @@ class Rebaseliner(object):
def __init__(self, platform, options):
self._file_dir = path_utils.PathFromBase('webkit', 'tools',
- 'layout_test')
+ 'layout_tests')
self._platform = platform
self._options = options
self._rebaselining_tests = []