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

Unified Diff: WebCore/platform/chromium/ChromiumDataObjectItem.h

Issue 11192017: ********** WebCore blob hacking (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 8 years, 2 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
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;

Powered by Google App Engine
This is Rietveld 408576698