Index: third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp |
diff --git a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp |
index 7c1e83da4b868fe993f9e4575794b051a722203e..7264792cd4795027e8ae1c933f1464d5482bc6a1 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp |
+++ b/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp |
@@ -174,7 +174,7 @@ bool HasOpenGraphArticle(const Element& head) { |
if (meta.GetName() == og_type || |
meta.getAttribute(property_attr) == og_type) { |
- if (EqualIgnoringCase(meta.Content(), "article")) { |
+ if (DeprecatedEqualIgnoringCase(meta.Content(), "article")) { |
return true; |
} |
} |