| Index: content/test/gpu/gpu_tests/trace_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/trace_integration_test.py b/content/test/gpu/gpu_tests/trace_integration_test.py
|
| index 071d427f77bce8e73eb2356db2188898d046ef50..6dfa2cd866ccb3acdfad1a6d70b068bccebfd490 100644
|
| --- a/content/test/gpu/gpu_tests/trace_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/trace_integration_test.py
|
| @@ -93,8 +93,8 @@ class TraceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| # Perform page navigation.
|
| url = self.UrlOfStaticFilePath(test_path)
|
| tab.Navigate(url, script_to_evaluate_on_commit=test_harness_script)
|
| - tab.action_runner.WaitForJavaScriptCondition(
|
| - 'domAutomationController._finished', timeout_in_seconds=30)
|
| + tab.action_runner.WaitForJavaScriptCondition2(
|
| + 'domAutomationController._finished', timeout=30)
|
|
|
| # Stop tracing.
|
| timeline_data = tab.browser.platform.tracing_controller.StopTracing()
|
|
|