| Index: third_party/WebKit/Source/devtools/front_end/network/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| index 354cc0ad8309105c1df3d08066bd10720ffea83d..4b716dd46ff48af13fbe079bbc356996a5dde6eb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
|
| @@ -1,8 +1,9 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.Panel",
|
| - "name": "network",
|
| + "type": "view",
|
| + "location": "panel",
|
| + "id": "network",
|
| "title": "Network",
|
| "order": 40,
|
| "className": "WebInspector.NetworkPanel"
|
|
|