Index: Source/core/dom/ClientRect.h |
diff --git a/Source/core/dom/ClientRect.h b/Source/core/dom/ClientRect.h |
index 03e3a91c37bfc48ef56dd5a3b82368280ad62103..c52f7d7ba0013f31205ff8d58a208ed58b3926ed 100644 |
--- a/Source/core/dom/ClientRect.h |
+++ b/Source/core/dom/ClientRect.h |
@@ -28,6 +28,7 @@ |
#define ClientRect_h |
#include "bindings/core/v8/ScriptWrappable.h" |
+#include "core/CoreExport.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/heap/Handle.h" |
#include "wtf/PassRefPtr.h" |
@@ -37,7 +38,7 @@ namespace blink { |
class IntRect; |
-class ClientRect final : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable { |
+class CORE_EXPORT ClientRect final : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<ClientRect> create() |