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

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: Created 6 years, 3 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 ff45a1caf58edbfc017a6820c136360e27770ac1..2024fed6e7423af6b597e4575296933fd0f8ab71 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": [
@@ -13,6 +13,6 @@
"ui"
],
"scripts": [
- "PromisesPanel.js"
+ "PromisePane.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698