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

Unified Diff: Source/devtools/front_end/promises/module.json

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: REBASE Created 6 years, 2 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: Source/devtools/front_end/promises/module.json
diff --git a/Source/devtools/front_end/promises/module.json b/Source/devtools/front_end/promises/module.json
index 088a793877a04f34ecc031895d1f1e7c7db895d2..234efe7eb29dc88f6dc2e0bc1f53983c659ee527 100644
--- a/Source/devtools/front_end/promises/module.json
+++ b/Source/devtools/front_end/promises/module.json
@@ -5,7 +5,7 @@
"name": "promises",
"title": "Promises",
"order": "30",
- "className": "WebInspector.PromisesPanel"
+ "className": "WebInspector.PromisePane"
}
],
"dependencies": [
@@ -14,9 +14,9 @@
],
"experiment": "promiseTracker",
"scripts": [
- "PromisesPanel.js"
+ "PromisePane.js"
],
"stylesheets": [
- "promisesPanel.css"
+ "promisePane.css"
]
-}
+}
« no previous file with comments | « Source/devtools/front_end/promises/PromisesPanel.js ('k') | Source/devtools/front_end/promises/promisePane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698