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

Unified Diff: LayoutTests/inspector/tracing-session-id.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/http/tests/inspector/timeline-test.js ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing-session-id.html
diff --git a/LayoutTests/inspector/tracing-session-id.html b/LayoutTests/inspector/tracing-session-id.html
index e33612688abbcbad44d76e71e98482389d8686ac..ef40ec710c227ee28895da63d7667066cbdeaaba 100644
--- a/LayoutTests/inspector/tracing-session-id.html
+++ b/LayoutTests/inspector/tracing-session-id.html
@@ -21,8 +21,8 @@ function test()
function processEvent(event)
{
var metadataEvents = [
- WebInspector.TracingTimelineModel.RecordType.SetLayerTreeId,
- WebInspector.TracingTimelineModel.RecordType.TracingStartedInPage
+ WebInspector.TimelineModel.RecordType.SetLayerTreeId,
+ WebInspector.TimelineModel.RecordType.TracingStartedInPage
];
if (event.category !== WebInspector.TracingModel.DevToolsMetadataEventCategory || metadataEvents.indexOf(event.name) < 0)
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | LayoutTests/inspector/tracing-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698