Index: third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
diff --git a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
index 29066a371bcf31f3fdd0bf485dcc62ea1d56d598..ecb2c85dfb4f3620af0051e80f1b0fa7dec1192e 100644 |
--- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
+++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
@@ -244,7 +244,7 @@ void AbstractPropertySetCSSStyleDeclaration::setProperty( |
if (!property_id) |
return; |
- bool important = EqualIgnoringCase(priority, "important"); |
+ bool important = DeprecatedEqualIgnoringCase(priority, "important"); |
if (!important && !priority.IsEmpty()) |
return; |