| Index: WebCore/platform/chromium/support/WebHTTPBody.cpp
|
| ===================================================================
|
| --- WebCore/platform/chromium/support/WebHTTPBody.cpp (revision 132804)
|
| +++ WebCore/platform/chromium/support/WebHTTPBody.cpp (working copy)
|
| @@ -157,7 +157,11 @@
|
| #if ENABLE(BLOB)
|
| ASSERT(KURL(blobURL).protocolIs("blob"));
|
| ensureMutable();
|
| - m_private->appendBlob(blobURL);
|
| + // TODO: BlobDataHandles
|
| + // Need to either pass in a WebBlobDataHandle or a blob uuid and to construct
|
| + // a BlobDataHandle around that uuid value. This might call for exposing the such
|
| + // a class in the WebKit sooner rather than later?
|
| + //m_private->appendBlob(blobURL);
|
| #endif
|
| }
|
|
|
|
|