| Index: Source/web/AssociatedURLLoader.cpp
|
| diff --git a/Source/web/AssociatedURLLoader.cpp b/Source/web/AssociatedURLLoader.cpp
|
| index bd3345523abea6522eda68cd4b6a00f8e6f467cc..bc2813f1f023eb08257704accd9760894432e05e 100644
|
| --- a/Source/web/AssociatedURLLoader.cpp
|
| +++ b/Source/web/AssociatedURLLoader.cpp
|
| @@ -359,7 +359,8 @@ void AssociatedURLLoader::loadAsynchronously(const WebURLRequest& request, WebUR
|
|
|
| Document* webcoreDocument = m_frameImpl->frame()->document();
|
| ASSERT(webcoreDocument);
|
| - m_loader = DocumentThreadableLoader::create(*webcoreDocument, m_clientAdapter.get(), webcoreRequest, options, resourceLoaderOptions);
|
| + m_loader = DocumentThreadableLoader::create(*webcoreDocument, m_clientAdapter.get(), options, resourceLoaderOptions);
|
| + m_loader->start(webcoreRequest);
|
| }
|
|
|
| if (!m_loader) {
|
|
|