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

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

Issue 2640293002: PaymentRequest: Move m_abortTimer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: MiscPlatformAPI Created 3 years, 11 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/PaymentRequestUpdateEvent.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl
index d33dff0d156f88bfbdf932f6c07c4eadbcfb5917..3df7b874b152a3dbfcdf6826fe1da8d975abb93a 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl
@@ -6,7 +6,8 @@
[
RuntimeEnabled=PaymentRequest,
- Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict)
+ Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict),
+ ConstructorCallWith=ExecutionContext
] interface PaymentRequestUpdateEvent : Event {
[CallWith=ScriptState,RaisesException] void updateWith(Promise<PaymentDetails> d);
};

Powered by Google App Engine
This is Rietveld 408576698