Index: Source/core/html/HTMLButtonElement.h |
diff --git a/Source/core/html/HTMLButtonElement.h b/Source/core/html/HTMLButtonElement.h |
index 73a40f2795c6c1df35f626fa50e6b185c210e661..110e411f48098d524df2aa61fdaabb47d81a7fa7 100644 |
--- a/Source/core/html/HTMLButtonElement.h |
+++ b/Source/core/html/HTMLButtonElement.h |
@@ -50,7 +50,6 @@ private: |
// HTMLFormControlElement always creates one, but buttons don't need it. |
virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return false; } |
- virtual Node::InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void defaultEventHandler(Event*) OVERRIDE; |