| Index: third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.h b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| index f4c1e5b359622a3c80f04923b03c3cbd9b458de8..8d5f2d6c0854ca89479b5884b7e7b8ec9066e1bf 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
|
| @@ -33,7 +33,7 @@ class HTMLStyleElement;
|
| template<typename T> class EventSender;
|
| using StyleEventSender = EventSender<HTMLStyleElement>;
|
|
|
| -class HTMLStyleElement final : public HTMLElement, private StyleElement {
|
| +class CORE_EXPORT HTMLStyleElement final : public HTMLElement, private StyleElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement);
|
| public:
|
|
|