Index: Source/core/platform/chromium/ChromiumDataObject.h |
diff --git a/Source/core/platform/chromium/ChromiumDataObject.h b/Source/core/platform/chromium/ChromiumDataObject.h |
index 04063170119de6ebf8126c4bf05218bf2832c463..dfb9a75d2078b3074abcb9d44a9c61c95ff8486b 100644 |
--- a/Source/core/platform/chromium/ChromiumDataObject.h |
+++ b/Source/core/platform/chromium/ChromiumDataObject.h |
@@ -62,8 +62,8 @@ public: |
// FIXME: Implement V8DataTransferItemList::indexedPropertyDeleter to get this called. |
void deleteItem(unsigned long index); |
void clearAll(); |
- void add(const String& data, const String& type, ExceptionState&); |
- void add(PassRefPtr<File>, ScriptExecutionContext*); |
+ PassRefPtr<ChromiumDataObjectItem> add(const String& data, const String& type, ExceptionState&); |
+ PassRefPtr<ChromiumDataObjectItem> add(PassRefPtr<File>, ScriptExecutionContext*); |
// WebCore helpers. |
void clearData(const String& type); |