summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/html_output_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/html_output_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/html_output_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/html_output_element.h b/chromium/third_party/blink/renderer/core/html/forms/html_output_element.h
index 2c322a0a70f..521e6762d93 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/html_output_element.h
+++ b/chromium/third_party/blink/renderer/core/html/forms/html_output_element.h
@@ -41,6 +41,8 @@ class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement {
public:
static HTMLOutputElement* Create(Document&);
+
+ explicit HTMLOutputElement(Document&);
~HTMLOutputElement() override;
bool willValidate() const override { return false; }
@@ -58,8 +60,6 @@ class CORE_EXPORT HTMLOutputElement final : public HTMLFormControlElement {
void Trace(blink::Visitor*) override;
private:
- explicit HTMLOutputElement(Document&);
-
void ParseAttribute(const AttributeModificationParams&) override;
const AtomicString& FormControlType() const override;
bool IsDisabledFormControl() const override;