Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/profiler/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
| index 5aec304f8a88f2107cf4503e254e9187130cade4..50d0f03bcc4dc58c75605e498821da1145358841 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json |
| @@ -1,8 +1,9 @@ |
| { |
| "extensions": [ |
| { |
| - "type": "@WebInspector.Panel", |
| - "name": "profiles", |
| + "type": "view", |
| + "location": "panel", |
| + "id": "profiles", |
| "title": "Profiles", |
| "order": 60, |
| "className": "WebInspector.ProfilesPanel" |