| Index: Source/core/html/parser/CSSPreloadScanner.h
|
| diff --git a/Source/core/html/parser/CSSPreloadScanner.h b/Source/core/html/parser/CSSPreloadScanner.h
|
| index 07e3b175d0c7b6a9077ce29f4fa587786edb481a..7161a27434e7b4e0608f159183beaa8edca2cebd 100644
|
| --- a/Source/core/html/parser/CSSPreloadScanner.h
|
| +++ b/Source/core/html/parser/CSSPreloadScanner.h
|
| @@ -45,7 +45,7 @@ public:
|
| void reset();
|
|
|
| void scan(const HTMLToken::DataVector&, const SegmentedString&, PreloadRequestStream&);
|
| - void scan(const HTMLIdentifier&, const SegmentedString&, PreloadRequestStream&);
|
| + void scan(const String&, const SegmentedString&, PreloadRequestStream&);
|
|
|
| private:
|
| enum State {
|
|
|