| 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 6aa0ce7bee37ec77ca5e221a8cfed19f53d1359f..1d2f914e3674ba38a402633e94e54c86c9c60162 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 {
|
| - [SecureContext, CallWith=ScriptState] Promise<RelatedApplication> getInstalledRelatedApps();
|
| + [SecureContext, CallWith=ScriptState, Measure] Promise<RelatedApplication> getInstalledRelatedApps();
|
| };
|
|
|