| Index: Source/devtools/front_end/ScreencastView.js
|
| diff --git a/Source/devtools/front_end/ScreencastView.js b/Source/devtools/front_end/ScreencastView.js
|
| index 69457604318b473fbbf0bd73b3ed9a1eec8bad94..3c06787f1246ad1f27cf7679830a1d30da4c3652 100644
|
| --- a/Source/devtools/front_end/ScreencastView.js
|
| +++ b/Source/devtools/front_end/ScreencastView.js
|
| @@ -36,7 +36,7 @@
|
| WebInspector.ScreencastView = function()
|
| {
|
| WebInspector.VBox.call(this);
|
| - this.setMinimumSize(150, 150);
|
| + this.setConstraints(150, 150);
|
| this.registerRequiredCSS("screencastView.css");
|
| };
|
|
|
|
|