| Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| index 3e11e745a868fcd5e1ab26e52dad8770950e2c8d..4b48011841d6a324b9750e750a30cbe6a1eac8c4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| @@ -88,8 +88,8 @@ void HTMLResourcePreloader::preload(
|
| if (resource && !resource->isLoaded() &&
|
| preload->resourceType() == Resource::CSSStyleSheet) {
|
| Settings* settings = m_document->settings();
|
| - if (settings && (settings->cssExternalScannerNoPreload() ||
|
| - settings->cssExternalScannerPreload()))
|
| + if (settings && (settings->getCSSExternalScannerNoPreload() ||
|
| + settings->getCSSExternalScannerPreload()))
|
| m_cssPreloaders.add(new CSSPreloaderResourceClient(resource, this));
|
| }
|
| }
|
|
|