| 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;
|
|
|