| Index: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| index a9c2e3bf9e823a81b795b44db428a4e62f8f5b3d..268016ee1511d7915f22d44bccf3964f74088227 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| @@ -336,7 +336,7 @@ public:
|
| void startLoader(const KURL& url)
|
| {
|
| ResourceRequest request(url);
|
| - request.setRequestContext(WebURLRequest::RequestContextInternal);
|
| + request.setRequestContext(WebURLRequest::RequestContextObject);
|
| m_helper->startLoader(request);
|
| }
|
|
|
|
|