Index: Source/core/clipboard/DataObject.h |
diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h |
index cf617bfe61887ba9044d65959b22600edebac205..edcd0062b748073d7580d5951ab6b930532e5ea5 100644 |
--- a/Source/core/clipboard/DataObject.h |
+++ b/Source/core/clipboard/DataObject.h |
@@ -31,6 +31,7 @@ |
#ifndef DataObject_h |
#define DataObject_h |
+#include "core/CoreExport.h" |
#include "core/clipboard/DataObjectItem.h" |
#include "platform/PasteMode.h" |
#include "platform/Supplementable.h" |
@@ -51,7 +52,7 @@ class WebDragData; |
// A data object for holding data that would be in a clipboard or moved |
// during a drag-n-drop operation. This is the data that WebCore is aware |
// of and is not specific to a platform. |
-class DataObject : public RefCountedWillBeGarbageCollectedFinalized<DataObject>, public WillBeHeapSupplementable<DataObject> { |
+class CORE_EXPORT DataObject : public RefCountedWillBeGarbageCollectedFinalized<DataObject>, public WillBeHeapSupplementable<DataObject> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DataObject); |
public: |
static PassRefPtrWillBeRawPtr<DataObject> createFromPasteboard(PasteMode); |