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 cb89768adfa0613340d1067007eca892f9886b1a..fa3643d6fd88b57767c7bfaaf0e74b9a2b2695b3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
@@ -173,7 +173,7 @@ public: |
bool shouldLoadLink() override; |
// For LinkStyle |
- bool loadLink(const String& type, const String& as, const KURL&); |
+ bool loadLink(const String& type, const String& as, const String& media, const KURL&); |
bool isAlternate() const { return linkStyle()->isUnset() && m_relAttribute.isAlternate(); } |
bool shouldProcessStyle() { return linkResourceToProcess() && linkStyle(); } |
bool isCreatedByParser() const { return m_createdByParser; } |