Index: Source/devtools/front_end/timeline/TracingModel.js |
diff --git a/Source/devtools/front_end/timeline/TracingModel.js b/Source/devtools/front_end/timeline/TracingModel.js |
index 85cc897791aae6ce10bb9fcd753d606b27070f7e..16762df90c900521d9d7d7a3ba3f6d42554cffbf 100644 |
--- a/Source/devtools/front_end/timeline/TracingModel.js |
+++ b/Source/devtools/front_end/timeline/TracingModel.js |
@@ -74,6 +74,7 @@ WebInspector.TracingModel.FrameLifecycleEventCategory = "cc,devtools"; |
WebInspector.TracingModel.DevToolsMetadataEvent = { |
TracingStartedInPage: "TracingStartedInPage", |
+ TracingStartedInWorker: "TracingStartedInWorker", |
}; |
WebInspector.TracingModel.prototype = { |