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

Unified Diff: WebCore/platform/network/BlobResourceHandle.cpp

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.cpp
===================================================================
--- WebCore/platform/network/BlobResourceHandle.cpp (revision 132804)
+++ WebCore/platform/network/BlobResourceHandle.cpp (working copy)
@@ -46,6 +46,8 @@
#include "ResourceResponse.h"
#include <wtf/MainThread.h>
+// FIXME: This entire file should not be compliled at all for the chromium port, remove it from gyp(i) files.
+
namespace WebCore {
static const unsigned bufferSize = 512 * 1024;

Powered by Google App Engine
This is Rietveld 408576698