| 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 c53f0fd9d2cfdea759d3b745d836419dadee8fcf..ad3493c4058ebea251515afe10703ccf405a71b8 100644
|
| --- a/Source/devtools/front_end/ui/Dialog.js
|
| +++ b/Source/devtools/front_end/ui/Dialog.js
|
| @@ -143,8 +143,7 @@ WebInspector.Dialog.prototype = {
|
| */
|
| WebInspector.DialogDelegate = function()
|
| {
|
| - /** @type {!Element} */
|
| - this.element;
|
| + this.element = createElement("div");
|
| }
|
|
|
| WebInspector.DialogDelegate.prototype = {
|
|
|