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

Unified Diff: LayoutTests/inspector/tracing/update-layer-tree.html

Issue 715803002: DevTools: merge TracingTimelineModel into TimelineModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/inspector/tracing/update-layer-tree.html
diff --git a/LayoutTests/inspector/tracing/update-layer-tree.html b/LayoutTests/inspector/tracing/update-layer-tree.html
index 6cca766a64d3e3978560b0e57291b5c23b26d521..ce99de7614d98be1913b1b2f9fecc7801c4d8e29 100644
--- a/LayoutTests/inspector/tracing/update-layer-tree.html
+++ b/LayoutTests/inspector/tracing/update-layer-tree.html
@@ -30,7 +30,7 @@ function test()
var events = InspectorTest.tracingTimelineModel().inspectedTargetEvents();
for (var i = 0; i < events.length; ++i) {
var event = events[i];
- if (events[i].name === WebInspector.TracingTimelineModel.RecordType.UpdateLayerTree) {
+ if (events[i].name === WebInspector.TimelineModel.RecordType.UpdateLayerTree) {
InspectorTest.addResult("Got UpdateLayerTree event");
break;
}

Powered by Google App Engine
This is Rietveld 408576698