summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/payments/payment_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/payments/payment_request.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/payments/payment_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/payments/payment_request.h b/chromium/third_party/blink/renderer/modules/payments/payment_request.h
index 161a776c4ad..d18cc156ede 100644
--- a/chromium/third_party/blink/renderer/modules/payments/payment_request.h
+++ b/chromium/third_party/blink/renderer/modules/payments/payment_request.h
@@ -183,8 +183,8 @@ class MODULES_EXPORT PaymentRequest final
HeapMojoRemote<payments::mojom::blink::PaymentRequest> payment_provider_;
HeapMojoReceiver<payments::mojom::blink::PaymentRequestClient, PaymentRequest>
client_receiver_;
- TaskRunnerTimer<PaymentRequest> complete_timer_;
- TaskRunnerTimer<PaymentRequest> update_payment_details_timer_;
+ HeapTaskRunnerTimer<PaymentRequest> complete_timer_;
+ HeapTaskRunnerTimer<PaymentRequest> update_payment_details_timer_;
bool is_waiting_for_show_promise_to_resolve_;
bool ignore_total_;