Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
index 109d28925f2fcd0c517831383ebce25bf48b10a3..48ca73f200375c6ac23c9246927247eee2b5c7ba 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
@@ -322,7 +322,7 @@ bool HTMLLinkElement::HasLegalLinkAttribute(const QualifiedName& name) const { |
const QualifiedName& HTMLLinkElement::SubResourceAttributeName() const { |
// If the link element is not css, ignore it. |
- if (EqualIgnoringCase(getAttribute(typeAttr), "text/css")) { |
+ if (DeprecatedEqualIgnoringCase(getAttribute(typeAttr), "text/css")) { |
// FIXME: Add support for extracting links of sub-resources which |
// are inside style-sheet such as @import, @font-face, url(), etc. |
return hrefAttr; |