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

Unified Diff: Source/devtools/front_end/ui_lazy/TimelineGrid.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_lazy/PieChart.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/TimelineGrid.js
diff --git a/Source/devtools/front_end/ui_lazy/TimelineGrid.js b/Source/devtools/front_end/ui_lazy/TimelineGrid.js
index 0e72a9359614d0ccc91c5e360d7b9a179b6ac44b..a223bd943eb1f48b1d2469dc39a8fffaee3b81b2 100644
--- a/Source/devtools/front_end/ui_lazy/TimelineGrid.js
+++ b/Source/devtools/front_end/ui_lazy/TimelineGrid.js
@@ -34,7 +34,7 @@
WebInspector.TimelineGrid = function()
{
this.element = createElement("div");
- this.element.appendChild(WebInspector.View.createStyleElement("ui_lazy/timelineGrid.css"));
+ this.element.appendChild(WebInspector.Widget.createStyleElement("ui_lazy/timelineGrid.css"));
this._dividersElement = this.element.createChild("div", "resources-dividers");
« no previous file with comments | « Source/devtools/front_end/ui_lazy/PieChart.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698