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

Unified Diff: WebCore/platform/network/BlobResourceHandle.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/network/BlobResourceHandle.h
===================================================================
--- WebCore/platform/network/BlobResourceHandle.h (revision 132804)
+++ WebCore/platform/network/BlobResourceHandle.h (working copy)
@@ -48,6 +48,10 @@
class ResourceRequest;
struct BlobDataItem;
+#if PLATFORM(CHROMIUM)
+error error error
+#endif
+
class BlobResourceHandle : public FileStreamClient, public ResourceHandle {
public:
static PassRefPtr<BlobResourceHandle> create(PassRefPtr<BlobStorageData> blobData, const ResourceRequest& request, ResourceHandleClient* client, bool async = true)

Powered by Google App Engine
This is Rietveld 408576698