| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| index 22351de853c80fea82c1c8c45258221d26943d48..db6f4f2697f328c236c730dc13eaf6467e22345d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -28,6 +28,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMTokenList.h"
|
| #include "core/dom/IncrementLoadEventDelayCount.h"
|
| +#include "core/fetch/FetchRequest.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/LinkRelAttribute.h"
|
| #include "core/html/LinkResource.h"
|
| @@ -106,6 +107,8 @@ class CORE_EXPORT HTMLLinkElement final : public HTMLElement,
|
| bool shouldProcessStyle() { return linkResourceToProcess() && linkStyle(); }
|
| bool isCreatedByParser() const { return m_createdByParser; }
|
|
|
| + FetchRequest createFetchRequest() const;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|