| Index: Source/core/clipboard/DataObject.h
|
| diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
|
| index e62341160fc30daa0621986585221b739c3428c1..6c5e1cf10d82ade22630d2fcb25a0a2ec90ccbf9 100644
|
| --- a/Source/core/clipboard/DataObject.h
|
| +++ b/Source/core/clipboard/DataObject.h
|
| @@ -65,7 +65,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);
|
|
|