| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index 3b9faa79e54b9ef7740b5bc182d2c919df630a38..474821862b17e32c50a164671cfae88b1437c8f7 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 WebThreadedDataReceiver;
|
| +}
|
| +
|
| namespace WTF {
|
| class SchedulePair;
|
| }
|
| @@ -122,6 +126,7 @@ namespace WebCore {
|
| void startLoadingMainResource();
|
| void cancelMainResourceLoad(const ResourceError&);
|
|
|
| + void attachThreadedDataReceiver(PassOwnPtr<blink::WebThreadedDataReceiver>);
|
| DocumentLoadTiming* timing() { return &m_documentLoadTiming; }
|
|
|
| ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); }
|
|
|