Index: Source/core/loader/LinkLoader.h |
diff --git a/Source/core/loader/LinkLoader.h b/Source/core/loader/LinkLoader.h |
index 9c53f768ee6778951c491ba974ea6588e12dd992..b5ebff8e5748125a211e5a0624d51c925a2bb18f 100644 |
--- a/Source/core/loader/LinkLoader.h |
+++ b/Source/core/loader/LinkLoader.h |
@@ -64,6 +64,7 @@ public: |
void released(); |
bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const KURL&, Document&); |
+ static bool loadLinkFromHeader(const String& headerValue, Document*); |
void trace(Visitor*); |