| Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| index 4326fd380bc7020672cd85d65baff7b28936a218..697d9482fe3612930506b88d63e87f05245fdb78 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| @@ -24,7 +24,7 @@ public:
|
| {
|
| }
|
|
|
| - void dnsPrefetchHost(const String& host) const { }
|
| + void dnsPrefetchHost(const KURL& host) const { }
|
| void preconnectHost(const KURL& host, const CrossOriginAttributeValue crossOrigin) const override
|
| {
|
| m_didPreconnect = true;
|
|
|