| Index: Source/WebCore/loader/SubresourceLoader.h
|
| ===================================================================
|
| --- Source/WebCore/loader/SubresourceLoader.h (revision 86689)
|
| +++ Source/WebCore/loader/SubresourceLoader.h (working copy)
|
| @@ -41,7 +41,7 @@
|
|
|
| class SubresourceLoader : public ResourceLoader {
|
| public:
|
| - static PassRefPtr<SubresourceLoader> create(Frame*, SubresourceLoaderClient*, const ResourceRequest&, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String());
|
| + static PassRefPtr<SubresourceLoader> create(Frame*, SubresourceLoaderClient*, const ResourceRequest&, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(), bool shouldBufferData = true);
|
|
|
| void clearClient() { m_client = 0; }
|
|
|
|
|