Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index c0aa4c07dd6f0de3b486a7e9ceddbbf237332e3e..c7acdbbde082a45b3babdef3994611e58e374f94 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -269,6 +269,8 @@ public: |
void setShouldRevealPassword(bool value); |
bool shouldRevealPassword() const { return m_shouldRevealPassword; } |
+ virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE; |
+ |
protected: |
HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser); |