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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp

Issue 2713553010: Migrate performance monitor to inspector instrumentation. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698