Index: Source/core/dom/CharacterData.h |
diff --git a/Source/core/dom/CharacterData.h b/Source/core/dom/CharacterData.h |
index de7d4684efc5a3ae727e550be8ce1831eba3c131..2cc75d170ba11bfbb36e44f90b976703575334fc 100644 |
--- a/Source/core/dom/CharacterData.h |
+++ b/Source/core/dom/CharacterData.h |
@@ -77,7 +77,6 @@ private: |
virtual void setNodeValue(const String&) override final; |
virtual bool isCharacterDataNode() const override final { return true; } |
virtual int maxCharacterOffset() const override final; |
- virtual bool offsetInCharacters() const override final; |
void setDataAndUpdate(const String&, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength, UpdateSource = UpdateFromNonParser, RecalcStyleBehavior = DoNotRecalcStyle); |
bool isContainerNode() const = delete; // This will catch anyone doing an unnecessary check. |