| Index: Source/core/clipboard/DataTransferItemList.h
|
| diff --git a/Source/core/clipboard/DataTransferItemList.h b/Source/core/clipboard/DataTransferItemList.h
|
| index 7fa5de214daef1d3a06df33f9a5c03a52f418a32..e001e0cc728982ae2082d0326322b71026487a6d 100644
|
| --- a/Source/core/clipboard/DataTransferItemList.h
|
| +++ b/Source/core/clipboard/DataTransferItemList.h
|
| @@ -56,7 +56,7 @@ public:
|
| void deleteItem(unsigned long index, ExceptionState&);
|
| void clear();
|
| PassRefPtrWillBeRawPtr<DataTransferItem> add(const String& data, const String& type, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<DataTransferItem> add(PassRefPtr<File>);
|
| + PassRefPtrWillBeRawPtr<DataTransferItem> add(PassRefPtrWillBeRawPtr<File>);
|
|
|
| void trace(Visitor*);
|
|
|
|
|