| Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp
|
| index e8d296e1da8c5dead88849ffdd8215d100f9b81b..aefdfa3f7c67387d92cc0fd342c0b0722991bdb5 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp
|
| @@ -74,7 +74,7 @@ Resource* PreloadRequest::start(Document* document) {
|
| request.setCharset(
|
| m_charset.isEmpty() ? document->characterSet().getString() : m_charset);
|
| }
|
| - request.setForPreload(true, m_discoveryTime);
|
| + request.setSpeculativePreload(true, m_discoveryTime);
|
|
|
| return document->loader()->startPreload(m_resourceType, request);
|
| }
|
|
|