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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/LayoutTests/inspector/tracing.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing.html b/third_party/WebKit/LayoutTests/inspector/tracing.html
index c0fb91148914a1188996f88c6587467985d6a981..748ed3811e299100eac1df2c858e0215d6e325a5 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing.html
@@ -85,7 +85,7 @@ function test()
for (var i = 0; i < events.length; ++i) {
var event = events[i];
- if (event.phase === WebInspector.TracingModel.Phase.Complete)
+ if (event.phase === SDK.TracingModel.Phase.Complete)
++phaseComplete;
if (event.name in knownEvents)
++knownEvents[event.name];

Powered by Google App Engine
This is Rietveld 408576698