| Index: third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py
|
| index 6c6ffd289de89f9c559033e4104926b047726c62..4262cfe86dfa0580ae6b98f79ed58be5ebd66acb 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py
|
| @@ -261,7 +261,7 @@ class PerfTestsRunner(object):
|
| def _generate_results_dict(self, timestamp, description, platform, builder_name, build_number):
|
| revisions = {}
|
| path = self._port.repository_path()
|
| - git = self._host.scm(path=path)
|
| + git = self._host.git(path=path)
|
| revision = str(git.commit_position(path))
|
| revisions['chromium'] = {'revision': revision, 'timestamp': git.timestamp_of_revision(path, revision)}
|
|
|
|
|