Index: Source/core/html/HTMLOutputElement.h |
diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h |
index 9f198f42780bfdd6a6d5b6e83cf15ee2e9bedd3a..75ac5532dfc75568eb4473a71d441027babf1be2 100644 |
--- a/Source/core/html/HTMLOutputElement.h |
+++ b/Source/core/html/HTMLOutputElement.h |
@@ -60,7 +60,7 @@ private: |
virtual bool supportLabels() const OVERRIDE { return true; } |
virtual bool supportsFocus() const; |
virtual void childrenChanged(bool createdByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
- virtual void reset(); |
+ virtual void resetImpl() OVERRIDE; |
void setTextContentInternal(const String&); |