| Index: Source/devtools/front_end/Dialog.js
|
| diff --git a/Source/devtools/front_end/Dialog.js b/Source/devtools/front_end/Dialog.js
|
| index eba6dd79c6447409ff62d6f7f6395df0835d21d1..7e9406dbf5a08d2452e8e81826cae1f405448e38 100644
|
| --- a/Source/devtools/front_end/Dialog.js
|
| +++ b/Source/devtools/front_end/Dialog.js
|
| @@ -59,7 +59,7 @@ WebInspector.Dialog = function(relativeToElement, delegate)
|
| }
|
|
|
| /**
|
| - * @return {!WebInspector.Dialog}
|
| + * @return {?WebInspector.Dialog}
|
| */
|
| WebInspector.Dialog.currentInstance = function()
|
| {
|
|
|