| 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 9f7e44ad1eb9a60a5fa15918bcf93d813d4fa075..71d8f5aebb5e2eaa527ab6a29e9bb0a58d9853e8 100644
|
| --- a/content/test/gpu/gpu_tests/trace_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/trace_integration_test.py
|
| @@ -93,7 +93,7 @@ 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.WaitForJavaScriptCondition2(
|
| + tab.action_runner.WaitForJavaScriptCondition(
|
| 'domAutomationController._finished', timeout=30)
|
|
|
| # Stop tracing.
|
|
|