Index: Source/WebCore/dom/Element.h |
=================================================================== |
--- Source/WebCore/dom/Element.h (revision 141894) |
+++ Source/WebCore/dom/Element.h (working copy) |
@@ -300,6 +300,8 @@ |
bool childrenAffectedByBackwardPositionalRules() const { return hasRareData() && rareDataChildrenAffectedByBackwardPositionalRules(); } |
unsigned childIndex() const { return hasRareData() ? rareDataChildIndex() : 0; } |
+ bool hasFlagsSetDuringStylingOfChildren() const; |
+ |
void setStyleAffectedByEmpty(); |
void setChildrenAffectedByHover(bool); |
void setChildrenAffectedByActive(bool); |