| Index: Source/core/dom/Text.h
|
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
|
| index c66d66bbaaf839d21c593c76d5beda2f2762f6a0..5acdaa3d8852e934383f9003fbdfbcdc070222a7 100644
|
| --- a/Source/core/dom/Text.h
|
| +++ b/Source/core/dom/Text.h
|
| @@ -68,6 +68,8 @@ private:
|
| virtual String nodeName() const OVERRIDE;
|
| virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL;
|
|
|
| + bool isTextNode() const WTF_DELETED_FUNCTION; // Hide to catch useless calls.
|
| +
|
| bool needsWhitespaceRenderer();
|
|
|
| virtual PassRefPtrWillBeRawPtr<Text> cloneWithData(const String&);
|
|
|