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 82d7efebe4abd3f9bf08cee743c162f3897c2a76..7d1f024131efed0a115c2836ef96000e051bb4a5 100644 |
--- a/tools/telemetry/telemetry/page/page_runner.py |
+++ b/tools/telemetry/telemetry/page/page_runner.py |
@@ -93,7 +93,7 @@ class _RunState(object): |
self.browser.tabs[-1].Close() |
# Must wait for tab to commit otherwise it can commit after the next |
- # navigation has begun and RenderViewHostManager::DidNavigateMainFrame() |
+ # navigation has begun and RenderFrameHostManager::DidNavigateMainFrame() |
# will cancel the next navigation because it's pending. This manifests as |
# the first navigation in a PageSet freezing indefinitly because the |
# navigation was silently cancelled when |self.browser.tabs[0]| was |