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

Unified Diff: Source/devtools/front_end/timeline/TimelineModel.js

Issue 301593002: DevTools: process events from all threads in TimelineTraceEventBindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 7 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
Index: Source/devtools/front_end/timeline/TimelineModel.js
diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
index 79a2ca3f710a569388e107fa44c75881fec64679..c5bef5d905f3cdcea7fd433741b4a0a239681e96 100644
--- a/Source/devtools/front_end/timeline/TimelineModel.js
+++ b/Source/devtools/front_end/timeline/TimelineModel.js
@@ -111,9 +111,6 @@ WebInspector.TimelineModel.RecordType = {
WebSocketDestroy : "WebSocketDestroy",
EmbedderCallback : "EmbedderCallback",
-
- // Event types used in tracing based timeline only.
- CallStack: "CallStack",
}
WebInspector.TimelineModel.Events = {

Powered by Google App Engine
This is Rietveld 408576698