Index: Source/platform/network/NetworkHints.h |
diff --git a/Source/platform/network/NetworkHints.h b/Source/platform/network/NetworkHints.h |
index 33c5ed9d2971447601f1f4429d05ff2c973f0cb8..ab1a4caa3758d0436c92851b17201f87b40cc691 100644 |
--- a/Source/platform/network/NetworkHints.h |
+++ b/Source/platform/network/NetworkHints.h |
@@ -29,12 +29,13 @@ |
#include "platform/PlatformExport.h" |
#include "platform/weborigin/KURL.h" |
+#include "public/platform/WebCrossOriginAttribute.h" |
#include "wtf/Forward.h" |
namespace blink { |
PLATFORM_EXPORT void prefetchDNS(const String& hostname); |
-PLATFORM_EXPORT void preconnect(const KURL&); |
+PLATFORM_EXPORT void preconnect(const KURL&, const CrossOriginAttributeValue); |
} // namespace blink |