From 1d94f270d51ac0e7eddbaea03fe61d2a7b289f87 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 22 Jan 2010 02:39:34 +0000 Subject: 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 --- .../layout_tests/webkitpy/layout_tests/run_chromium_webkit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit') 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 -- cgit v1.1