summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h b/chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h
index 195d5e3de67..810d72a3148 100644
--- a/chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h
+++ b/chromium/third_party/blink/renderer/modules/payments/html_iframe_element_payments.h
@@ -24,14 +24,14 @@ class HTMLIFrameElementPayments final
HTMLIFrameElementPayments();
- static bool FastHasAttribute(const QualifiedName&, const HTMLIFrameElement&);
- static void SetBooleanAttribute(const QualifiedName&,
- HTMLIFrameElement&,
+ static bool FastHasAttribute(const HTMLIFrameElement&, const QualifiedName&);
+ static void SetBooleanAttribute(HTMLIFrameElement&,
+ const QualifiedName&,
bool);
static HTMLIFrameElementPayments& From(HTMLIFrameElement&);
static bool AllowPaymentRequest(HTMLIFrameElement&);
- void Trace(blink::Visitor*) override;
+ void Trace(Visitor*) override;
};
} // namespace blink