| Index: sky/engine/core/dom/Text.h
|
| diff --git a/sky/engine/core/dom/Text.h b/sky/engine/core/dom/Text.h
|
| index 589250d59ce8825560c7253e30c2f1f16efcc6c0..4371cd6bdcd8dcadc5faba3632d01d6475c09168 100644
|
| --- a/sky/engine/core/dom/Text.h
|
| +++ b/sky/engine/core/dom/Text.h
|
| @@ -71,7 +71,7 @@ private:
|
| virtual String nodeName() const override;
|
| virtual PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep = true) override final;
|
|
|
| - bool isTextNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
|
| + bool isTextNode() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|
| bool needsWhitespaceRenderer();
|
|
|
|
|