Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index 7e12bb4c48538624a7f932c2aa2385c9931eeb59..ddf3bf50e8d628dde9768ed1db4864610e789464 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -31,6 +31,7 @@ |
#ifndef InsertionPoint_h |
#define InsertionPoint_h |
+#include "core/CoreExport.h" |
#include "core/css/CSSSelectorList.h" |
#include "core/dom/shadow/DistributedNodes.h" |
#include "core/dom/shadow/ShadowRoot.h" |
@@ -38,7 +39,7 @@ |
namespace blink { |
-class InsertionPoint : public HTMLElement { |
+class CORE_EXPORT InsertionPoint : public HTMLElement { |
public: |
virtual ~InsertionPoint(); |