Chromium Code Reviews| Index: Source/core/css/StyleRule.h |
| diff --git a/Source/core/css/StyleRule.h b/Source/core/css/StyleRule.h |
| index 3b33aa18711006b6a08e6a8937ab88981c2c8bc9..0376f70353403e56e4e017428cfd1a5788d65726 100644 |
| --- a/Source/core/css/StyleRule.h |
| +++ b/Source/core/css/StyleRule.h |
| @@ -101,7 +101,7 @@ private: |
| unsigned m_type : 5; |
| }; |
| -class StyleRule : public StyleRuleBase { |
| +class CORE_EXPORT StyleRule : public StyleRuleBase { |
|
esprehn
2015/09/10 08:54:53
Why do you need to export StyleRule from core? thi
rune
2015/09/10 13:54:50
Because RuleFeatureSetTest.cpp needs access to Sty
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(StyleRule); |
| public: |
| // Adopts the selector list |