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

Unified Diff: Source/devtools/front_end/components_lazy/FilmStripView.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
Index: Source/devtools/front_end/components_lazy/FilmStripView.js
diff --git a/Source/devtools/front_end/components_lazy/FilmStripView.js b/Source/devtools/front_end/components_lazy/FilmStripView.js
index 915ce84369614bcbcf04244bd048ac5101f583fc..876767df369ac32e8db46ced8c1a9f2047597c10 100644
--- a/Source/devtools/front_end/components_lazy/FilmStripView.js
+++ b/Source/devtools/front_end/components_lazy/FilmStripView.js
@@ -87,7 +87,7 @@ WebInspector.FilmStripView.DialogDelegate = function(filmStripFrame, zeroTime)
{
WebInspector.DialogDelegate.call(this);
var shadowRoot = this.element.createShadowRoot();
- shadowRoot.appendChild(WebInspector.View.createStyleElement("components_lazy/filmStripDialog.css"));
+ shadowRoot.appendChild(WebInspector.Widget.createStyleElement("components_lazy/filmStripDialog.css"));
this._contentElement = shadowRoot.createChild("div", "filmstrip-dialog");
this._contentElement.tabIndex = 0;
« no previous file with comments | « Source/devtools/front_end/components/ShortcutsScreen.js ('k') | Source/devtools/front_end/console/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698