| Index: WebCore/platform/chromium/ChromiumDataObjectItem.h
|
| ===================================================================
|
| --- WebCore/platform/chromium/ChromiumDataObjectItem.h (revision 132804)
|
| +++ WebCore/platform/chromium/ChromiumDataObjectItem.h (working copy)
|
| @@ -58,7 +58,7 @@
|
| String kind() const { return m_kind; }
|
| String type() const { return m_type; }
|
| void getAsString(PassRefPtr<StringCallback>, ScriptExecutionContext*) const;
|
| - PassRefPtr<Blob> getAsFile() const;
|
| + PassRefPtr<Blob> getAsFile() const; // TODO: BlobDataHandles
|
|
|
| // Used to support legacy DataTransfer APIs and renderer->browser serialization.
|
| String internalGetAsString() const;
|
|
|