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

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

Issue 2541663003: Remove [ConstructorCallWith=ScriptState] from Payments (Closed)
Patch Set: temp Created 4 years 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/PaymentAppManager.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
index c2a284040098244545c4956fdd7a15439f09b92b..d97c5b2072f3e3ac965f6e9b6020b886cf7c3bc3 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
@@ -6,7 +6,7 @@
[
RuntimeEnabled=PaymentApp,
- ConstructorCallWith=ScriptState,
+ ConstructorCallWith=ExecutionContext,
DependentLifetime,
] interface PaymentAppManager {
[CallWith=ScriptState] Promise<void> setManifest(PaymentAppManifest manifest);

Powered by Google App Engine
This is Rietveld 408576698