| Index: sky/engine/core/dom/shadow/InsertionPoint.h
|
| diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| index 8fc2f2da3136cbc148c9b012985f1fee633445b8..612cf8668a177855cdf4bca4dcfb319d6990ad4a 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.h
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| @@ -78,7 +78,7 @@ protected:
|
| virtual void willRecalcStyle(StyleRecalcChange) override;
|
|
|
| private:
|
| - bool isInsertionPoint() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
|
| + bool isInsertionPoint() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|
| ContentDistribution m_distribution;
|
| bool m_registeredWithShadowRoot;
|
|
|