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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/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/elements/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/module.json b/third_party/WebKit/Source/devtools/front_end/elements/module.json
index 4dbbc3d3b007ae867e05d034fe986388a0293b8c..df13560c4c8b2c08841f8395bb2bf1e9d2063a0f 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -196,7 +196,7 @@
"title": "DOM Breakpoints",
"order": 6,
"persistence": "permanent",
- "factoryName": "WebInspector.DOMBreakpointsSidebarPane.Proxy"
+ "factoryName": "WebInspector.DOMBreakpointsSidebarPane"
chenwilliam 2016/08/17 01:20:11 I initially tried className for both elements and
},
{
"type": "view",

Powered by Google App Engine
This is Rietveld 408576698