| Index: public/platform/WebPrescientNetworking.h
|
| diff --git a/public/platform/WebPrescientNetworking.h b/public/platform/WebPrescientNetworking.h
|
| index d1d99e32d2f755b094e5098446ad0d689662808f..59d33f9aad10f11b5973c545f69fb3848ea514d8 100644
|
| --- a/public/platform/WebPrescientNetworking.h
|
| +++ b/public/platform/WebPrescientNetworking.h
|
| @@ -32,7 +32,6 @@
|
| #define WebPrescientNetworking_h
|
|
|
| #include "WebCommon.h"
|
| -#include "WebCrossOriginAttribute.h"
|
| #include "WebString.h"
|
| #include "WebURL.h"
|
|
|
| @@ -48,7 +47,7 @@ public:
|
|
|
| virtual void preconnect(const WebURL& url) { }
|
|
|
| - virtual void preconnect(const WebURL& url, const CrossOriginAttributeValue value) { }
|
| + virtual void preconnect(const WebURL& url, const bool allowCredentials) { }
|
| };
|
|
|
| } // namespace blink
|
|
|