| Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| index d421585607ea2adc672cab35d7023d302044107d..be7dbab8105d8055813edb2de75856737d89848a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -1,8 +1,9 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.Panel",
|
| - "name": "sources",
|
| + "type": "view",
|
| + "location": "panel",
|
| + "id": "sources",
|
| "title": "Sources",
|
| "order": 30,
|
| "className": "WebInspector.SourcesPanel"
|
|
|