summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/chrome_tests.py
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 15:04:57 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 15:04:57 +0000
commitd0a5d9e5d3788ebbe7b4793aca7337522f7b904b (patch)
treecc5ef0bf6094fe9ecd8d24c189ada92231b0be80 /tools/heapcheck/chrome_tests.py
parentac52801ffc2316ae5cc0aaf46880b41cec9d300a (diff)
downloadchromium_src-d0a5d9e5d3788ebbe7b4793aca7337522f7b904b.zip
chromium_src-d0a5d9e5d3788ebbe7b4793aca7337522f7b904b.tar.gz
chromium_src-d0a5d9e5d3788ebbe7b4793aca7337522f7b904b.tar.bz2
Follow-up for r40273: fix the method name in chrome_tests.py
TBR=timurrrr Review URL: http://codereview.chromium.org/661278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40276 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/chrome_tests.py')
-rwxr-xr-xtools/heapcheck/chrome_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index a66d805..4e7f904 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -120,7 +120,7 @@ class ChromeTests(object):
# Since this path is used for string matching, make sure it's always
# an absolute Windows-style path.
- self._source_dir = layout_package.path_utils.GetAbsolutePath(
+ self._source_dir = layout_package.path_utils.get_absolute_path(
self._source_dir)
heapcheck_test_script = os.path.join(script_dir, "heapcheck_test.py")
self._command_preamble = [heapcheck_test_script]