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

Unified Diff: Source/devtools/front_end/ui/Context.js

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 7 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
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('k') | Source/devtools/front_end/ui/InspectorView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/Context.js
diff --git a/Source/devtools/front_end/ui/Context.js b/Source/devtools/front_end/ui/Context.js
index 0029ab58b04364ed598360c24732107d2cbe4677..0dd80bc98d38f730543d125d10dcdcac414ba7aa 100644
--- a/Source/devtools/front_end/ui/Context.js
+++ b/Source/devtools/front_end/ui/Context.js
@@ -108,7 +108,7 @@ WebInspector.Context.prototype = {
var availableFlavors = Set.fromArray(this.flavors());
extensions.forEach(function(extension) {
- if (WebInspector.ModuleManager.isExtensionApplicableToContextTypes(extension, availableFlavors))
+ if (WebInspector.moduleManager.isExtensionApplicableToContextTypes(extension, availableFlavors))
targetExtensionSet.add(extension);
});
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('k') | Source/devtools/front_end/ui/InspectorView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698