Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js b/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
| index cdce8030344e32ed45ef31b82e5a7473c3023735..f4379fbc56657fae02acb3bb387ccb4c087536df 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
| @@ -130,7 +130,7 @@ UI.Dialog = class extends UI.Widget { |
| } |
| /** |
| - * @param {!Size} size |
| + * @param {!UI.Size} size |
| */ |
| setMaxSize(size) { |
| this._maxSize = size; |