Index: Source/core/html/HTMLKeygenElement.h |
diff --git a/Source/core/html/HTMLKeygenElement.h b/Source/core/html/HTMLKeygenElement.h |
index b0acebd6f812a61ddc4d41854c319304aa15be59..ad0e0a879ab32855d6b1bfdd7a75f26f797b25fd 100644 |
--- a/Source/core/html/HTMLKeygenElement.h |
+++ b/Source/core/html/HTMLKeygenElement.h |
@@ -37,6 +37,8 @@ public: |
virtual bool willValidate() const override { return false; } |
+ virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ |
private: |
HTMLKeygenElement(Document&, HTMLFormElement*); |