Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2191183003: DevTools: extract model from DOMBreakpointsSidebarPane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CL feedback from PS6 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 afeede4091d46ba40c95f2eccb0c0b0733bd3e45..c4a445bb8ed7376d30fc8a7dbcd0416596c02423 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -417,7 +417,7 @@
"title": "DOM Breakpoints",
"order": 7,
"persistence": "permanent",
- "factoryName": "WebInspector.DOMBreakpointsSidebarPane.Proxy"
+ "factoryName": "WebInspector.DOMBreakpointsSidebarPane"
},
{
"type": "view",

Powered by Google App Engine
This is Rietveld 408576698