Index: third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLBRElement.cpp b/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
index 76cc5fcdf4a3e8a8e9f6f4e0bbad0a6835736b85..85eed16a39e68bd4e8909c542a6d1474ef4e1424 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
@@ -51,7 +51,7 @@ void HTMLBRElement::CollectStyleForPresentationAttribute( |
// <br clear> and <br clear=""> are just treated like <br> by Gecko, Mac IE, |
// etc. -dwh |
if (!value.IsEmpty()) { |
- if (EqualIgnoringCase(value, "all")) |
+ if (DeprecatedEqualIgnoringCase(value, "all")) |
AddPropertyToPresentationAttributeStyle(style, CSSPropertyClear, |
CSSValueBoth); |
else |