Index: third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
index 15e18ecca676dd712840250d0300de970396c624..2083df69599e407ef737f1169684fd9ea031b7b9 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl |
@@ -18,8 +18,6 @@ |
readonly attribute sequence<PaymentDetailsModifier> modifiers; |
readonly attribute DOMString instrumentKey; |
- // TODO(gogerald): We should implement this function. |
- // Please see: http://crbug.com/720027 |
- // Promise<WindowClient> openWindow(USVString url); |
+ [CallWith=ScriptState] Promise<WindowClient> openWindow(USVString url); |
[CallWith=ScriptState, RaisesException] void respondWith(Promise<PaymentResponse> response); |
}; |