Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 8e24f06b36e7d212b42672da2b391490af8e1b85..a6bd6f45ff5c2cfc2ed9cb14421d047526492321 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -371,6 +371,7 @@ public: |
void clearChildNeedsStyleInvalidation() { clearFlag(ChildNeedsStyleInvalidation); } |
void markAncestorsWithChildNeedsStyleInvalidation(); |
bool needsStyleInvalidation() { return getFlag(NeedsStyleInvalidation); } |
+ void clearNeedsStyleInvalidation() { clearFlag(NeedsStyleInvalidation); } |
void setNeedsStyleInvalidation(); |
void recalcDistribution(); |