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

Unified Diff: Source/devtools/front_end/devices/DevicesDialog.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
Index: Source/devtools/front_end/devices/DevicesDialog.js
diff --git a/Source/devtools/front_end/devices/DevicesDialog.js b/Source/devtools/front_end/devices/DevicesDialog.js
index f504111df62c1957e6703f3c0d82445c3eae09af..da5e940a42218735c97aa185e2686404658cc8a4 100644
--- a/Source/devtools/front_end/devices/DevicesDialog.js
+++ b/Source/devtools/front_end/devices/DevicesDialog.js
@@ -26,7 +26,7 @@ WebInspector.DevicesDialog.show = function()
{
if (!WebInspector.DevicesDialog._instance)
WebInspector.DevicesDialog._instance = new WebInspector.DevicesDialog();
- WebInspector.Dialog.show(null, WebInspector.DevicesDialog._instance);
+ WebInspector.Dialog.show(WebInspector.DevicesDialog._instance);
}
WebInspector.DevicesDialog.prototype = {
« no previous file with comments | « Source/devtools/front_end/components_lazy/FilmStripView.js ('k') | Source/devtools/front_end/settings/EditFileSystemDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698