Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index e7744eb53a818bb43e45fcb674efb07365fff48b..d6170de52c2b6b12ca93dbeba701905a54165904 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -78,6 +78,8 @@ protected: |
virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE; |
private: |
+ bool isInsertionPoint() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ |
ContentDistribution m_distribution; |
bool m_registeredWithShadowRoot; |
}; |