| Index: third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| index 97ecc010bf22d2e0a8cafd629d6859c0957d7b0f..a458ab19f198bd24d4a974c94461682a68729bf3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| @@ -132,7 +132,7 @@ WebInspector.AppManifestView.prototype = {
|
| _addToHomescreen: function()
|
| {
|
| var target = WebInspector.targetManager.mainTarget();
|
| - if (target && target.isPage()) {
|
| + if (target && target.hasBrowserCapability()) {
|
| target.pageAgent().requestAppBanner();
|
| WebInspector.console.show();
|
| }
|
|
|