Index: Source/core/html/HTMLMetaElement.h |
diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h |
index a80814fc3a12c49fa40c5985a3e62481852aaf89..9e339b54c64275426d21e1796c1a5b6743b8ed94 100644 |
--- a/Source/core/html/HTMLMetaElement.h |
+++ b/Source/core/html/HTMLMetaElement.h |
@@ -52,6 +52,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
+ virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE; |
float parsePositiveNumber(const String& key, const String& value, bool* ok = 0); |