| Index: Source/core/page/DragData.cpp
|
| diff --git a/Source/core/page/DragData.cpp b/Source/core/page/DragData.cpp
|
| index 789c462909d69e764111c51ec621de94bdd478c1..acebe37d9f5a435a00fdece4b236815af83095db 100644
|
| --- a/Source/core/page/DragData.cpp
|
| +++ b/Source/core/page/DragData.cpp
|
| @@ -132,7 +132,7 @@ bool DragData::containsCompatibleContent() const
|
| || containsFiles();
|
| }
|
|
|
| -PassRefPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtr<Range>, bool, bool&) const
|
| +PassRefPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
|
| {
|
| /*
|
| * Order is richest format first. On OSX this is:
|
|
|