diff options
Diffstat (limited to 'Source/WebCore/loader/SubresourceLoader.h')
| -rw-r--r-- | Source/WebCore/loader/SubresourceLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/loader/SubresourceLoader.h b/Source/WebCore/loader/SubresourceLoader.h index a33b166..c45c9b8 100644 --- a/Source/WebCore/loader/SubresourceLoader.h +++ b/Source/WebCore/loader/SubresourceLoader.h @@ -41,7 +41,7 @@ namespace WebCore { 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; } |
