| 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 7455b24111b1083bb518658bd7635f4e908f89e1..a15db9108d9ca4d5951381d14e639b3d1961c624 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloaderTest.cpp
|
| @@ -25,7 +25,9 @@ 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;
|
|
|