| Index: third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| index be5ba325895f36b88bb204dbcbfe4ee056644757..4bdeda200762107ae1e04aae797394445b6b7047 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| @@ -33,7 +33,7 @@ Emulation.AdvancedApp = class {
|
| this._rootSplitWidget.setDefaultFocusedChild(UI.inspectorView);
|
| UI.inspectorView.setOwnerSplit(this._rootSplitWidget);
|
|
|
| - this._inspectedPagePlaceholder = new Emulation.InspectedPagePlaceholder();
|
| + this._inspectedPagePlaceholder = Emulation.InspectedPagePlaceholder.instance();
|
| this._inspectedPagePlaceholder.addEventListener(
|
| Emulation.InspectedPagePlaceholder.Events.Update, this._onSetInspectedPageBounds.bind(this), this);
|
| this._deviceModeView = new Emulation.DeviceModeWrapper(this._inspectedPagePlaceholder);
|
|
|