Index: Source/core/html/TextDocument.h |
diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h |
index a36617db0bfb671b49d5941e562e0589d3b054b1..d554135dba18baca837feef47e5dd334e75984db 100644 |
--- a/Source/core/html/TextDocument.h |
+++ b/Source/core/html/TextDocument.h |
@@ -39,7 +39,7 @@ public: |
private: |
TextDocument(const DocumentInit&); |
- virtual PassRefPtr<DocumentParser> createParser(); |
+ virtual PassRefPtr<DocumentParser> createParser() OVERRIDE; |
}; |
} |