| Index: third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h | 
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h | 
| index 591e008bc816b3848e0057a71709e28a09739f5a..bac4817c076bda492221d7db42decdf4cd88d855 100644 | 
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h | 
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h | 
| @@ -39,6 +39,7 @@ class MODULES_EXPORT PaymentRequestEvent final : public ExtendableEvent { | 
| const HeapVector<PaymentDetailsModifier>& modifiers() const; | 
| const String& instrumentKey() const; | 
|  | 
| +  ScriptPromise openWindow(ScriptState*, const String& url); | 
| void respondWith(ScriptState*, ScriptPromise, ExceptionState&); | 
|  | 
| DECLARE_VIRTUAL_TRACE(); | 
|  |