| Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp
|
| index 2a0fbc16cda139ca5f91c1c64ad65593d72d2675..7bc5e1bf069416939b6bf61f9223584bf010d4d7 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp
|
| @@ -268,6 +268,7 @@ CSSPreloaderResourceClient::~CSSPreloaderResourceClient() {}
|
| void CSSPreloaderResourceClient::setCSSStyleSheet(
|
| const String& href,
|
| const KURL& baseURL,
|
| + ReferrerPolicy referrerPolicy,
|
| const String& charset,
|
| const CSSStyleSheetResource*) {
|
| clearResource();
|
|
|