| Index: sky/engine/core/rendering/RenderText.h
|
| diff --git a/sky/engine/core/rendering/RenderText.h b/sky/engine/core/rendering/RenderText.h
|
| index 1524fd7f088696d37f83e5933022e4667bdfdb76..adb8db9644336af55d766448c1b1049d9d0a90af 100644
|
| --- a/sky/engine/core/rendering/RenderText.h
|
| +++ b/sky/engine/core/rendering/RenderText.h
|
| @@ -169,7 +169,7 @@ private:
|
| float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
|
| bool isAllASCII() const { return m_isAllASCII; }
|
|
|
| - bool isText() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
|
| + bool isText() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|
| // We put the bitfield first to minimize padding on 64-bit.
|
| bool m_hasBreakableChar : 1; // Whether or not we can be broken into multiple lines.
|
|
|