Index: Source/core/clipboard/DataObject.h |
diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h |
index 6402170e4a49c8a75d788ad83e8bf163e2543e60..a7d3f49d177c209ad57818d03c9411303f4c8c47 100644 |
--- a/Source/core/clipboard/DataObject.h |
+++ b/Source/core/clipboard/DataObject.h |
@@ -75,7 +75,7 @@ public: |
ListHashSet<String> types() const; |
String getData(const String& type) const; |
- bool setData(const String& type, const String& data); |
+ void setData(const String& type, const String& data); |
void urlAndTitle(String& url, String* title = 0) const; |
void setURLAndTitle(const String& url, const String& title); |