Index: third_party/WebKit/Source/core/css/StyleSheetList.h |
diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.h b/third_party/WebKit/Source/core/css/StyleSheetList.h |
index 3dcd4bea1ffc246e6d8feeaf68e0a30ae790f4f6..38b79edac006c7401878153251fc389fa7045cfd 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetList.h |
+++ b/third_party/WebKit/Source/core/css/StyleSheetList.h |
@@ -33,8 +33,9 @@ namespace blink { |
class HTMLStyleElement; |
class StyleSheet; |
-class StyleSheetList final : public GarbageCollected<StyleSheetList>, |
- public ScriptWrappable { |
+class CORE_EXPORT StyleSheetList final |
+ : public GarbageCollected<StyleSheetList>, |
+ public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |