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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.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/timeline-time/timeline-usertiming.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
index 8339ecc398c37921696cae5f8b77040cf49312b2..500ec12fa9e3c04a06f7dd66a4e1362c85526358 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-usertiming.html
@@ -91,7 +91,7 @@ function test()
asyncEvents.forEach(function(eventGroup) {
eventGroup.forEach(function(event) {
- if (event.hasCategory(WebInspector.TimelineModel.Category.UserTiming))
+ if (event.hasCategory(TimelineModel.TimelineModel.Category.UserTiming))
InspectorTest.addResult(event.name);
});
})

Powered by Google App Engine
This is Rietveld 408576698