Index: Source/core/html/HTMLTitleElement.h |
diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h |
index fcdcf6a2c81e150bf455f8a46bbc027b3738a39e..5bee7ae44a3f740b32b593b22a635a801f4c5b09 100644 |
--- a/Source/core/html/HTMLTitleElement.h |
+++ b/Source/core/html/HTMLTitleElement.h |
@@ -38,7 +38,7 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
- virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
+ virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; |
}; |
DEFINE_NODE_TYPE_CASTS(HTMLTitleElement, hasTagName(HTMLNames::titleTag)); |