| 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 715f9907dd267563acf0c1acde8fded6bab54ab6..fb24054e2b1d37c9310d8bb171060efd496cb07c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js
|
| @@ -182,7 +182,7 @@ WebInspector.Dialog.prototype = {
|
| var container = WebInspector.Dialog._modalHostView.element;
|
|
|
| var width = container.offsetWidth - 10;
|
| - var height = container.offsetHeight- 10;
|
| + var height = container.offsetHeight - 10;
|
|
|
| if (this._wrapsContent) {
|
| width = Math.min(width, this.contentElement.offsetWidth);
|
|
|