Index: Source/core/css/RuleSet.h |
diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h |
index 912adfc661f5515de12e9b70b372908ade712513..99122d42f62a6f53f62c8ecf3c91af8b70175f86 100644 |
--- a/Source/core/css/RuleSet.h |
+++ b/Source/core/css/RuleSet.h |
@@ -113,6 +113,8 @@ private: |
unsigned m_descendantSelectorIdentifierHashes[maximumIdentifierCount]; |
}; |
+WILL_BE_EAGERLY_TRACED(RuleData); |
+ |
struct SameSizeAsRuleData { |
void* a; |
unsigned b; |