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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) 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/PaymentRequest.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
index 95a48b3223cf17c088e4c0ed8ad0fcabe7e3d13e..26723bc6489e3d9cc56ca4997a381132eb98c034 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(this),
+ ActiveScriptWrappable<PaymentRequest>(this),
m_options(options),
m_clientBinding(this),
m_completeTimer(this, &PaymentRequest::onCompleteTimeout) {

Powered by Google App Engine
This is Rietveld 408576698