| Index: third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| index 478893a5c0881f59c55449715f2551d4d257b6b8..b0f0a537f1670fcd15cbf5040f23cb3644d839f9 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| @@ -22,7 +22,7 @@ void PropertyRegistry::registerProperty(
|
|
|
| const PropertyRegistration* PropertyRegistry::registration(
|
| const AtomicString& name) const {
|
| - return m_registrations.get(name);
|
| + return m_registrations.at(name);
|
| }
|
|
|
| } // namespace blink
|
|
|