| Index: third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp b/third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp
|
| index a784878166c3a3acca500f643e4e736e74d4b41f..67d935de9d9010beeab21cfbdd7d798b032edc4c 100644
|
| --- a/third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp
|
| @@ -29,7 +29,7 @@ class PerformanceMonitorTest : public ::testing::Test {
|
| }
|
|
|
| void willExecuteScript(ExecutionContext* executionContext) {
|
| - m_monitor->alwaysWillExecuteScript(executionContext);
|
| + m_monitor->willExecuteScript(executionContext);
|
| }
|
|
|
| // scheduler::TaskTimeObserver implementation
|
|
|