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

Unified Diff: Source/devtools/front_end/components_lazy/FilmStripView.js

Issue 1356363002: [DevTools] Remove relativeToElement from Dialog. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | Source/devtools/front_end/devices/DevicesDialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95dbfa1ae711b72ede9e1f718002f7b8bf630c3e..a13efaaf1bbbc3834e0402b79b50ec367867c800 100644
--- a/Source/devtools/front_end/components_lazy/FilmStripView.js
+++ b/Source/devtools/front_end/components_lazy/FilmStripView.js
@@ -244,7 +244,7 @@ WebInspector.FilmStripView.DialogDelegate = function(filmStripFrame, zeroTime)
footerElement.createChild("div", "flex-auto");
this._contentElement.addEventListener("keydown", this._keyDown.bind(this), false);
- this._render().then(WebInspector.Dialog.show.bind(null, null, this));
+ this._render().then(WebInspector.Dialog.show.bind(null, this));
}
WebInspector.FilmStripView.DialogDelegate.prototype = {
« no previous file with comments | « no previous file | Source/devtools/front_end/devices/DevicesDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698