| Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| index da420342043fb7fcf331756922ee4db5b452424f..fedb4d8af85882927d6147dd4f8c08475f5ee8c2 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
|
| @@ -7,5 +7,5 @@
|
| [
|
| RuntimeEnabled=PaymentApp,
|
| ] partial interface ServiceWorkerRegistration {
|
| - [CallWith=ScriptState] readonly attribute PaymentManager paymentManager;
|
| + [CallWith=ScriptState, RaisesException] readonly attribute PaymentManager paymentManager;
|
| };
|
|
|