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

Unified Diff: WebCore/platform/network/BlobStorageData.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/BlobStorageData.h
===================================================================
--- WebCore/platform/network/BlobStorageData.h (revision 132804)
+++ WebCore/platform/network/BlobStorageData.h (working copy)
@@ -37,6 +37,10 @@
namespace WebCore {
+#if PLATFORM(CHROMIUM)
+error error error
+#endif
+
class BlobStorageData : public RefCounted<BlobStorageData> {
public:
static PassRefPtr<BlobStorageData> create(const String& contentType, const String& contentDisposition)

Powered by Google App Engine
This is Rietveld 408576698