| Index: third_party/WebKit/Source/devtools/front_end/ui/RootView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/RootView.js b/third_party/WebKit/Source/devtools/front_end/ui/RootView.js
|
| index 9b29e978827d4270e96b7e035a35dfbfaae64d1f..ac6c522238c505c26e1f577fa3d809469ddcf2c0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/RootView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/RootView.js
|
| @@ -27,6 +27,9 @@ WebInspector.RootView.prototype = {
|
| this.show(/** @type {!Element} */ (document.body));
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| doResize: function()
|
| {
|
| if (this._window) {
|
|
|