Index: third_party/WebKit/Source/core/dom/StyleElement.h |
diff --git a/third_party/WebKit/Source/core/dom/StyleElement.h b/third_party/WebKit/Source/core/dom/StyleElement.h |
index 763a45bd7393f147c4738c2727e24b1b127e794d..1352168edfa85d7b97b638c9feaa32927b96e18d 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleElement.h |
+++ b/third_party/WebKit/Source/core/dom/StyleElement.h |
@@ -31,7 +31,7 @@ class ContainerNode; |
class Document; |
class Element; |
-class StyleElement : public GarbageCollectedMixin { |
+class CORE_EXPORT StyleElement : public GarbageCollectedMixin { |
public: |
StyleElement(Document*, bool createdByParser); |
virtual ~StyleElement(); |