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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/update-layer-tree.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-paint/update-layer-tree.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/update-layer-tree.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/update-layer-tree.html
index 32e686c65d86e06c0a7f6d30c24728c89743a01f..a3e88285613c8a8607b44d355fdc78da8173f673 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/update-layer-tree.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint/update-layer-tree.html
@@ -28,7 +28,7 @@ function test()
var events = InspectorTest.timelineModel().inspectedTargetEvents();
for (var i = 0; i < events.length; ++i) {
var event = events[i];
- if (events[i].name === WebInspector.TimelineModel.RecordType.UpdateLayerTree) {
+ if (events[i].name === TimelineModel.TimelineModel.RecordType.UpdateLayerTree) {
InspectorTest.addResult("Got UpdateLayerTree event, phase: " + events[i].phase);
break;
}

Powered by Google App Engine
This is Rietveld 408576698