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 2161733002: DevTools: Move WebInspector.SwatchPopoverHelper into new file ui/SwatchPopoverHelper.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename1
Patch Set: Addressed nit Created 4 years, 5 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 63fd0cb35e12bbbd6ca5f2a9ab4274df14c6c843..d2cdd2180f59526ab4bfb64b41ec54eee06f6bc3 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -21,7 +21,7 @@
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.DOMNode", "WebInspector.DeferredDOMNode", "WebInspector.RemoteObject" ],
"className": "WebInspector.ElementsPanel.DOMNodeRevealer"
- },
+ },
{
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.CSSProperty" ],
@@ -163,7 +163,7 @@
"scripts": [
"InspectElementModeController.js",
"BezierUI.js",
- "StylesPopoverHelper.js",
+ "ColorSwatchPopoverIcon.js",
"BezierEditor.js",
"ComputedStyleModel.js",
"ElementsBreadcrumbs.js",

Powered by Google App Engine
This is Rietveld 408576698