Index: Source/core/css/StyleSheetContents.h |
diff --git a/Source/core/css/StyleSheetContents.h b/Source/core/css/StyleSheetContents.h |
index 03df1e2e41cb4185ebfe2f3cec5cc8aa9b26467e..d3d2c074bfcda68f3c61227de0a304df73aaa59a 100644 |
--- a/Source/core/css/StyleSheetContents.h |
+++ b/Source/core/css/StyleSheetContents.h |
@@ -158,7 +158,7 @@ public: |
RuleSet& ensureRuleSet(const MediaQueryEvaluator&, AddRuleFlags); |
void clearRuleSet(); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&); |