Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index d6170de52c2b6b12ca93dbeba701905a54165904..e751ff653c6574a03daf04b1b80fabbc3b62509b 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -78,7 +78,7 @@ protected: |
virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE; |
private: |
- bool isInsertionPoint() const WTF_DELETED_FUNCTION; // Hide to catch useless calls. |
+ bool isInsertionPoint() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check. |
ContentDistribution m_distribution; |
bool m_registeredWithShadowRoot; |