| Index: Source/core/clipboard/DataObject.h
|
| diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
|
| index 6363a1624da65f4c29d6382f6978776bcdc30a95..c4b59bef167cb13baf07dbb6bbdb8dcdf54df143 100644
|
| --- a/Source/core/clipboard/DataObject.h
|
| +++ b/Source/core/clipboard/DataObject.h
|
| @@ -58,6 +58,8 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<DataObject> copy() const;
|
|
|
| + virtual ~DataObject();
|
| +
|
| // DataTransferItemList support.
|
| size_t length() const;
|
| PassRefPtrWillBeRawPtr<DataObjectItem> item(unsigned long index);
|
|
|