| 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 138aa3da44b7a07179580d8946c639d63866c257..8d2a5a73a794ebd6fa9066268d450f1c96042ac6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| @@ -1,8 +1,9 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.Panel",
|
| - "name": "timeline",
|
| + "type": "view",
|
| + "location": "panel",
|
| + "id": "timeline",
|
| "title": "Timeline",
|
| "order": 50,
|
| "className": "WebInspector.TimelinePanel"
|
|
|