| Index: third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| index 11d544d15fa3777f70b812ffd41db4c4ce5fea70..95d02032de3adb6a360840e75a9172383ad70814 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| @@ -21,6 +21,11 @@
|
| "className": "WebInspector.LoadTimelineHandler"
|
| },
|
| {
|
| + "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
|
| + "className": "WebInspector.TimelineUIUtils.PerformanceLineDecorator",
|
| + "decoratorType": "performance"
|
| + },
|
| + {
|
| "type": "@WebInspector.ActionDelegate",
|
| "actionId": "timeline.toggle-recording",
|
| "iconClass": "record-toolbar-item",
|
| @@ -96,6 +101,8 @@
|
| "dependencies": [
|
| "components",
|
| "components_lazy",
|
| + "source_frame",
|
| + "sources",
|
| "ui_lazy"
|
| ],
|
| "scripts": [
|
|
|