Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp |
index 720401dc40d044534bc29fe6f15cd8b836d8e87a..8fb05dc5d24b8f0be2b924cd6a500856f2fad5af 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp |
@@ -81,7 +81,8 @@ void HTMLEmbedElement::CollectStyleForPresentationAttribute( |
const AtomicString& value, |
MutableStylePropertySet* style) { |
if (name == hiddenAttr) { |
- if (EqualIgnoringCase(value, "yes") || EqualIgnoringCase(value, "true")) { |
+ if (DeprecatedEqualIgnoringCase(value, "yes") || |
+ DeprecatedEqualIgnoringCase(value, "true")) { |
AddPropertyToPresentationAttributeStyle( |
style, CSSPropertyWidth, 0, CSSPrimitiveValue::UnitType::kPixels); |
AddPropertyToPresentationAttributeStyle( |