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

Unified Diff: LayoutTests/inspector/tracing/console-timeline.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
« no previous file with comments | « LayoutTests/inspector/tracing-test.js ('k') | LayoutTests/inspector/tracing/decode-resize.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/console-timeline.html
diff --git a/LayoutTests/inspector/tracing/console-timeline.html b/LayoutTests/inspector/tracing/console-timeline.html
index a2765c6c42edc16546f962124f0a19b6f69dd6e5..b70e3ba498127a2e3983767fb9369a1ddfdc5b0b 100644
--- a/LayoutTests/inspector/tracing/console-timeline.html
+++ b/LayoutTests/inspector/tracing/console-timeline.html
@@ -244,7 +244,7 @@ function test()
{
if (event.category === WebInspector.TracingModel.ConsoleEventCategory)
InspectorTest.addResult(event.name);
- else if (event.name === WebInspector.TracingTimelineModel.RecordType.TimeStamp)
+ else if (event.name === WebInspector.TimelineModel.RecordType.TimeStamp)
InspectorTest.addResult(event.args["data"]["message"]);
});
});
« no previous file with comments | « LayoutTests/inspector/tracing-test.js ('k') | LayoutTests/inspector/tracing/decode-resize.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698