| Index: third_party/WebKit/Source/core/loader/LinkLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoader.h b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| index 7e248cad4d0f1f16696bae56b0bf2bdf9fb41552..e50c3b4690f3809a747f7d05fbbbc82bf0f1e62b 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| @@ -36,6 +36,7 @@
|
| #include "core/fetch/ResourceClient.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| #include "core/loader/LinkLoaderClient.h"
|
| +#include "platform/CrossOriginAttributeValue.h"
|
| #include "platform/PrerenderClient.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -66,7 +67,7 @@ public:
|
| void didSendDOMContentLoadedForPrerender() override;
|
|
|
| void released();
|
| - bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const String& as, const KURL&, Document&, const NetworkHintsInterface&);
|
| + bool loadLink(const LinkRelAttribute&, CrossOriginAttributeValue, const String& type, const String& as, const KURL&, Document&, const NetworkHintsInterface&);
|
| static bool loadLinkFromHeader(const String& headerValue, Document*, const NetworkHintsInterface&);
|
|
|
| DECLARE_TRACE();
|
|
|