Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 9c7e746007ac96ab055f784636c59d9c2d9a532f..e472f2209eb139d61c04afcc8f61a88719eaa1f8 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -75,7 +75,7 @@ private: |
virtual PassRefPtr<Text> cloneWithData(const String&); |
#ifndef NDEBUG |
- virtual void formatForDebugger(char* buffer, unsigned length) const; |
+ virtual void formatForDebugger(char* buffer, unsigned length) const OVERRIDE; |
#endif |
}; |