Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl

Issue 2880133002: PaymentHandler: Should not allow accessing PaymentManager in Extension.
Patch Set: typo Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698