Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
| index 0f767c7707b65a68cc3db550b3d3aed72a16ccf8..368c79922f65f373ee148961b5e82400c03cd130 100644 |
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
| @@ -199,7 +199,7 @@ Resource* DocumentLoader::startPreload(Resource::Type type, FetchRequest& reques |
| NOTREACHED(); |
| } |
| - if (resource) |
| + if (resource && !resource->resourceError().isAccessCheck()) |
|
Nate Chapin
2016/09/22 18:30:44
Here and in XMLHttpRequest.cpp, we should probably
engedy
2016/09/30 16:03:15
Done. Please let me know if the information I put
|
| fetcher()->preloadStarted(resource); |
| return resource; |
| } |