Index: Source/core/clipboard/DataObject.cpp |
diff --git a/Source/core/clipboard/DataObject.cpp b/Source/core/clipboard/DataObject.cpp |
index 6e22de00c33fca4eb3d6c573c8352700fb751e17..463830334de3cc2f426cbbdba38f92ca0355ad74 100644 |
--- a/Source/core/clipboard/DataObject.cpp |
+++ b/Source/core/clipboard/DataObject.cpp |
@@ -39,8 +39,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(DataObject); |
- |
PassRefPtrWillBeRawPtr<DataObject> DataObject::createFromPasteboard(PasteMode pasteMode) |
{ |
RefPtrWillBeRawPtr<DataObject> dataObject = create(); |