Chromium Code Reviews| 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 { |
| ALLOW_ONLY_INLINE_ALLOCATION(); |
| public: |
| RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags); |