Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
index 26723bc6489e3d9cc56ca4997a381132eb98c034..f94fe4585b1278b5fa651f4d89d4c53a9b320c22 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
@@ -665,7 +665,7 @@ PaymentRequest::PaymentRequest(Document& document, |
const PaymentOptions& options, |
ExceptionState& exceptionState) |
: ContextLifecycleObserver(&document), |
- ActiveScriptWrappable<PaymentRequest>(this), |
+ ActiveScriptWrappable(), |
m_options(options), |
m_clientBinding(this), |
m_completeTimer(this, &PaymentRequest::onCompleteTimeout) { |