| 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..d6ba108c740e9272b6b01f833592addfd2e8f0d0 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,10 @@
|
| "className": "WebInspector.LoadTimelineHandler"
|
| },
|
| {
|
| + "type": "line-marker-decorator-performance",
|
| + "className": "WebInspector.TimelineUIUtils.PerformanceLineMarkerDecorator"
|
| + },
|
| + {
|
| "type": "@WebInspector.ActionDelegate",
|
| "actionId": "timeline.toggle-recording",
|
| "iconClass": "record-toolbar-item",
|
|
|