Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: Source/core/clipboard/Pasteboard.h

Issue 640303002: Enable Oilpan for core/clipboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove some slightly pointy edges Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.idl ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.idl ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698