| Index: Source/core/clipboard/DataObject.cpp | 
| diff --git a/Source/core/clipboard/DataObject.cpp b/Source/core/clipboard/DataObject.cpp | 
| index 463830334de3cc2f426cbbdba38f92ca0355ad74..2b664ab6672af3b38a7f1256c89813e62be65fb8 100644 | 
| --- a/Source/core/clipboard/DataObject.cpp | 
| +++ b/Source/core/clipboard/DataObject.cpp | 
| @@ -99,7 +99,7 @@ PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::add(const String& data, const | 
| return item; | 
| } | 
|  | 
| -PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::add(PassRefPtr<File> file) | 
| +PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::add(PassRefPtrWillBeRawPtr<File> file) | 
| { | 
| if (!file) | 
| return nullptr; | 
|  |