summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:39:34 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-22 02:39:34 +0000
commit1d94f270d51ac0e7eddbaea03fe61d2a7b289f87 (patch)
tree16dd079650ce90f70e05c4cff1fb5f068f5c0348
parent9d15e384b2137da4eb6d750ca89eac0020fa50c7 (diff)
downloadchromium_src-1d94f270d51ac0e7eddbaea03fe61d2a7b289f87.zip
chromium_src-1d94f270d51ac0e7eddbaea03fe61d2a7b289f87.tar.gz
chromium_src-1d94f270d51ac0e7eddbaea03fe61d2a7b289f87.tar.bz2
Fix typo leading to deref and crash.
BUG=none TEST=none TBR=pam@chromium.org Review URL: http://codereview.chromium.org/546113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36840 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xwebkit/tools/layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py b/webkit/tools/layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py
index cb2254c..7b21006 100755
--- a/webkit/tools/layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py
+++ b/webkit/tools/layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py
@@ -332,7 +332,7 @@ class TestRunner:
self._test_files = set(self._test_files_list)
self._expectations = self.ParseExpectations(
- path_utils.PlatformName(), options.target == 'Debug')
+ path_utils.PlatformName(), self._options.target == 'Debug')
self._test_files = set(files)
self._test_files_list = files