Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: tools/telemetry/telemetry/page/page_runner.py

Issue 18405004: telemetry: fix another typo in the very same [...] identifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/page_runner.py
diff --git a/tools/telemetry/telemetry/page/page_runner.py b/tools/telemetry/telemetry/page/page_runner.py
index d9b0294fe9800c745d5d85e1a7ecf99c397bc316..9ec2d348dc654ad955b6ad52f8ae083897ba6601 100644
--- a/tools/telemetry/telemetry/page/page_runner.py
+++ b/tools/telemetry/telemetry/page/page_runner.py
@@ -51,9 +51,10 @@ class _RunState(object):
else:
# Set up WPR path if it changed.
if self._last_archive_path != page.archive_path:
- self.browser.SetReplayArchivePath(page.archive_path,
- self._append_to_existing_wpr,
- page_set.make_javascript_determinsitc)
+ self.browser.SetReplayArchivePath(
+ page.archive_path,
+ self._append_to_existing_wpr,
+ page_set.make_javascript_deterministic)
self._last_archive_path = page.archive_path
if self.browser.supports_tab_control:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698