Index: Source/platform/network/NetworkHints.cpp |
diff --git a/Source/platform/network/NetworkHints.cpp b/Source/platform/network/NetworkHints.cpp |
index b586a95576643400d4b6ab89819db47fab400350..e48f51b48529fbbb7c93bedb8dc92e2a16716fc2 100644 |
--- a/Source/platform/network/NetworkHints.cpp |
+++ b/Source/platform/network/NetworkHints.cpp |
@@ -38,10 +38,10 @@ |
prescientNetworking->prefetchDNS(hostname); |
} |
-void preconnect(const KURL& url, const CrossOriginAttributeValue crossOrigin) |
+void preconnect(const KURL& url) |
{ |
if (WebPrescientNetworking* prescientNetworking = Platform::current()->prescientNetworking()) |
- prescientNetworking->preconnect(url, crossOrigin); |
+ prescientNetworking->preconnect(url); |
} |
} // namespace blink |