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

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

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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/ui/SearchableView.js ('k') | Source/devtools/front_end/ui/SidebarPane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/Section.js
diff --git a/Source/devtools/front_end/ui/Section.js b/Source/devtools/front_end/ui/Section.js
index 12ce75283af5ee41e7e3f45743291ee0d606deb5..c6d8dcabb5f9a66227b78b1651a9d0be45cdc270 100644
--- a/Source/devtools/front_end/ui/Section.js
+++ b/Source/devtools/front_end/ui/Section.js
@@ -130,7 +130,7 @@ WebInspector.Section.prototype = {
*/
registerRequiredCSS: function(cssFile)
{
- this.element.insertBefore(WebInspector.View.createStyleElement(cssFile), this.headerElement);
+ this.element.insertBefore(WebInspector.Widget.createStyleElement(cssFile), this.headerElement);
},
/**
« no previous file with comments | « Source/devtools/front_end/ui/SearchableView.js ('k') | Source/devtools/front_end/ui/SidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698