Index: Source/core/clipboard/Pasteboard.h |
diff --git a/Source/core/clipboard/Pasteboard.h b/Source/core/clipboard/Pasteboard.h |
index 9f01efa9b73083988919a2e74d20c60e07bdea97..91f6bc98eee6696b80e59cafb000dcb709ca7eff 100644 |
--- a/Source/core/clipboard/Pasteboard.h |
+++ b/Source/core/clipboard/Pasteboard.h |
@@ -49,7 +49,7 @@ public: |
static Pasteboard* generalPasteboard(); |
void writePlainText(const String&, SmartReplaceOption); |
void writeImage(Image*, const KURL&, const String& title); |
- void writeDataObject(PassRefPtrWillBeRawPtr<DataObject>); |
+ void writeDataObject(DataObject*); |
bool canSmartReplace(); |
bool isHTMLAvailable(); |
String plainText(); |