Chromium Code Reviews| Index: Source/devtools/front_end/Dialog.js |
| diff --git a/Source/devtools/front_end/Dialog.js b/Source/devtools/front_end/Dialog.js |
| index bd081891f9a25380b902262a9a07da77c9fc8bdb..eba6dd79c6447409ff62d6f7f6395df0835d21d1 100644 |
| --- a/Source/devtools/front_end/Dialog.js |
| +++ b/Source/devtools/front_end/Dialog.js |
| @@ -135,6 +135,8 @@ WebInspector.Dialog.prototype = { |
| */ |
| WebInspector.DialogDelegate = function() |
| { |
| + /** @type {!Element} */ |
| + this.element; |
| } |
| WebInspector.DialogDelegate.prototype = { |