| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index a54d18328c2c5b1628b4d81aa1cb7c0b6072a92f..73fef708fd0557ccc81913c382e8d9083b8538b3 100644
|
| --- a/Source/core/loader/DocumentLoader.h
|
| +++ b/Source/core/loader/DocumentLoader.h
|
| @@ -43,6 +43,10 @@
|
| #include "wtf/HashSet.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| +namespace blink {
|
| +class WebThreadedResourceProvider;
|
| +}
|
| +
|
| namespace WTF {
|
| class SchedulePair;
|
| }
|
| @@ -123,6 +127,7 @@ namespace WebCore {
|
| void startLoadingMainResource();
|
| void cancelMainResourceLoad(const ResourceError&);
|
|
|
| + PassOwnPtr<blink::WebThreadedResourceProvider> createThreadedResourceProvider();
|
| DocumentLoadTiming* timing() { return &m_documentLoadTiming; }
|
|
|
| ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); }
|
|
|