| Index: third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js
|
| index 8eb98047f4e9f022972d50ef7f6ee409600fe297..98241de0f40451811da30d9021955fd17f05f6ac 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastApp.js
|
| @@ -46,7 +46,7 @@ WebInspector.ScreencastApp.prototype = {
|
| return;
|
| this._target = target;
|
|
|
| - if (target.isPage()) {
|
| + if (target.hasBrowserDomains()) {
|
| this._screencastView = new WebInspector.ScreencastView(target);
|
| this._rootSplitWidget.setMainWidget(this._screencastView);
|
| this._screencastView.initialize();
|
|
|