Index: third_party/WebKit/Source/core/dom/CompositorProxy.cpp |
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp |
index ad9ccd3379ce1cf62e31996cc32efe450b32e54b..5608b02a63b0d6d3dcd8ad9d6a2d1b5a51b5c7a5 100644 |
--- a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp |
+++ b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp |
@@ -32,7 +32,7 @@ static const struct { |
static uint32_t CompositorMutablePropertyForName(const String& attribute_name) { |
for (const auto& mapping : kAllowedProperties) { |
- if (EqualIgnoringCase(mapping.name, attribute_name)) |
+ if (DeprecatedEqualIgnoringCase(mapping.name, attribute_name)) |
return mapping.property; |
} |
return CompositorMutableProperty::kNone; |