summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/chrome_tests.py
diff options
context:
space:
mode:
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]