| 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 fb06a5c74e6ec9f8c2416bc6e3cd33c41503f092..998db0ea5cb333362cda76414558e2faf71190c1 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:
|
|
|