| 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");
|
|
|
|
|