Index: Source/core/css/RuleSet.h |
diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h |
index 7945aa03c6de7d380049d58b653bd94afdf580eb..e4c816814b3c7bd2f7d3c7ecda6bebafe450a4ee 100644 |
--- a/Source/core/css/RuleSet.h |
+++ b/Source/core/css/RuleSet.h |
@@ -69,7 +69,7 @@ public: |
AddRuleFlags m_flags; |
}; |
-class RuleData { |
+class CORE_EXPORT RuleData { |
esprehn
2015/09/10 08:54:53
ditto
|
ALLOW_ONLY_INLINE_ALLOCATION(); |
public: |
RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags); |