| Index: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| diff --git a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| index 27773752fc362445a89a3783391b0d8f757e7b9d..6aa0ce7bee37ec77ca5e221a8cfed19f53d1359f 100644
|
| --- a/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| +++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| @@ -8,5 +8,5 @@
|
| [
|
| RuntimeEnabled=InstalledApp,
|
| ] partial interface Navigator {
|
| - [CallWith=ScriptState] Promise<RelatedApplication> getInstalledRelatedApps();
|
| + [SecureContext, CallWith=ScriptState] Promise<RelatedApplication> getInstalledRelatedApps();
|
| };
|
|
|