| Index: Source/core/clipboard/DataObject.h
|
| diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
|
| index e2a183284482512bd8d5ecab3ea3b20feb5b5e0a..189c5014f6c6f477ba7a90133ae6e01f0cbf424e 100644
|
| --- a/Source/core/clipboard/DataObject.h
|
| +++ b/Source/core/clipboard/DataObject.h
|
| @@ -66,7 +66,7 @@ public:
|
| void clearAll();
|
| // Returns null if an item already exists with the provided type.
|
| PassRefPtrWillBeRawPtr<DataObjectItem> add(const String& data, const String& type);
|
| - PassRefPtrWillBeRawPtr<DataObjectItem> add(PassRefPtr<File>);
|
| + PassRefPtrWillBeRawPtr<DataObjectItem> add(PassRefPtrWillBeRawPtr<File>);
|
|
|
| // WebCore helpers.
|
| void clearData(const String& type);
|
|
|