| Index: third_party/WebKit/Source/core/css/StyleRule.h
 | 
| diff --git a/third_party/WebKit/Source/core/css/StyleRule.h b/third_party/WebKit/Source/core/css/StyleRule.h
 | 
| index 3b33aa18711006b6a08e6a8937ab88981c2c8bc9..0376f70353403e56e4e017428cfd1a5788d65726 100644
 | 
| --- a/third_party/WebKit/Source/core/css/StyleRule.h
 | 
| +++ b/third_party/WebKit/Source/core/css/StyleRule.h
 | 
| @@ -101,7 +101,7 @@ private:
 | 
|      unsigned m_type : 5;
 | 
|  };
 | 
|  
 | 
| -class StyleRule : public StyleRuleBase {
 | 
| +class CORE_EXPORT StyleRule : public StyleRuleBase {
 | 
|      WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(StyleRule);
 | 
|  public:
 | 
|      // Adopts the selector list
 | 
| 
 |