| 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 8a9d43cf1abf37e99e24d2d9f1f5d35bbd53fb94..41d5798b5bc943eb30a68e9f75276e950e8ba204 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
|
| @@ -519,15 +519,6 @@
|
| {
|
| "type": "view",
|
| "location": "sources-sidebar",
|
| - "id": "sources.domBreakpoints",
|
| - "title": "DOM Breakpoints",
|
| - "order": 7,
|
| - "persistence": "permanent",
|
| - "factoryName": "Components.DOMBreakpointsSidebarPane.Proxy"
|
| - },
|
| - {
|
| - "type": "view",
|
| - "location": "sources-sidebar",
|
| "id": "sources.globalListeners",
|
| "title": "Global Listeners",
|
| "order": 8,
|
| @@ -592,13 +583,6 @@
|
| "contextTypes": [
|
| "SDK.DebuggerPausedDetails"
|
| ],
|
| - "className": "Components.DOMBreakpointsSidebarPane"
|
| - },
|
| - {
|
| - "type": "@UI.ContextFlavorListener",
|
| - "contextTypes": [
|
| - "SDK.DebuggerPausedDetails"
|
| - ],
|
| "className": "Sources.CallStackSidebarPane"
|
| },
|
| {
|
|
|