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

Unified Diff: LayoutTests/inspector/tracing-session-id.html

Issue 310313003: Introduce TracingTimelineModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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/timeline/tracing/decode-resize.html ('k') | Source/devtools/devtools.gypi » ('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 e12b2ecbf69cc6f8af20cea0c31a7aa09e1d65b8..9c5c7ff40ae82b3b408f46c141d973297feb90b8 100644
--- a/LayoutTests/inspector/tracing-session-id.html
+++ b/LayoutTests/inspector/tracing-session-id.html
@@ -22,8 +22,8 @@ function test()
function processEvent(event)
{
var metadataEvents = [
- WebInspector.TimelineTraceEventBindings.RecordType.SetLayerTreeId,
- WebInspector.TimelineTraceEventBindings.RecordType.TracingStartedInPage
+ WebInspector.TracingTimelineModel.RecordType.SetLayerTreeId,
+ WebInspector.TracingTimelineModel.RecordType.TracingStartedInPage
];
if (event.category !== WebInspector.TracingModel.DevToolsMetadataEventCategory || metadataEvents.indexOf(event.name) < 0)
« no previous file with comments | « LayoutTests/inspector/timeline/tracing/decode-resize.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698