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

Unified Diff: Source/devtools/front_end/ui/Dialog.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/ColorSwatch.js ('k') | Source/devtools/front_end/ui/DropTarget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/Dialog.js
diff --git a/Source/devtools/front_end/ui/Dialog.js b/Source/devtools/front_end/ui/Dialog.js
index 0ce4b44c0676e58aa1d8f66bbeda9fe10099c00c..a7ddbdcf7e375c972368df1f4b681d0672babbe6 100644
--- a/Source/devtools/front_end/ui/Dialog.js
+++ b/Source/devtools/front_end/ui/Dialog.js
@@ -185,11 +185,11 @@ WebInspector.DialogDelegate.prototype = {
__proto__: WebInspector.Object.prototype
}
-/** @type {?WebInspector.View} */
+/** @type {?WebInspector.Widget} */
WebInspector.Dialog._modalHostView = null;
/**
- * @param {!WebInspector.View} view
+ * @param {!WebInspector.Widget} view
*/
WebInspector.Dialog.setModalHostView = function(view)
{
@@ -199,7 +199,7 @@ WebInspector.Dialog.setModalHostView = function(view)
/**
* FIXME: make utility method in Dialog, so clients use it instead of this getter.
* Method should be like Dialog.showModalElement(position params, reposition callback).
- * @return {?WebInspector.View}
+ * @return {?WebInspector.Widget}
*/
WebInspector.Dialog.modalHostView = function()
{
« no previous file with comments | « Source/devtools/front_end/ui/ColorSwatch.js ('k') | Source/devtools/front_end/ui/DropTarget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698