| Index: Source/core/clipboard/Pasteboard.cpp
|
| diff --git a/Source/core/clipboard/Pasteboard.cpp b/Source/core/clipboard/Pasteboard.cpp
|
| index 21d5fa664b7a1be810c39343b390dfde278cd157..43b429a010fb01d6b53aa14a22dcb733b015a1fd 100644
|
| --- a/Source/core/clipboard/Pasteboard.cpp
|
| +++ b/Source/core/clipboard/Pasteboard.cpp
|
| @@ -89,7 +89,7 @@ void Pasteboard::writeImage(Image* image, const KURL& url, const String& title)
|
| blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title));
|
| }
|
|
|
| -void Pasteboard::writeDataObject(PassRefPtrWillBeRawPtr<DataObject> dataObject)
|
| +void Pasteboard::writeDataObject(DataObject* dataObject)
|
| {
|
| blink::Platform::current()->clipboard()->writeDataObject(dataObject->toWebDragData());
|
| }
|
|
|