| Index: Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| diff --git a/Source/core/html/parser/HTMLPreloadScannerTest.cpp b/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| index 0d2021b2f8f2221b93e30b099798e773acf2453e..6b2973a0a3ca76f73a4565b82c3fe66f1d5479eb 100644
|
| --- a/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| +++ b/Source/core/html/parser/HTMLPreloadScannerTest.cpp
|
| @@ -63,7 +63,7 @@ public:
|
| }
|
|
|
| protected:
|
| - void preload(PassOwnPtr<PreloadRequest> preloadRequest) override
|
| + void preload(PassOwnPtr<PreloadRequest> preloadRequest, const NetworkHintsInterface&) override
|
| {
|
| m_preloadRequest = preloadRequest;
|
| }
|
|
|