| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
|
| index db0fbc84273f7e64f09801602c3c16908cc9ef3f..a5d3a780ccb7138a25f559d9fe41c96bf752fe45 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp
|
| @@ -114,7 +114,7 @@ V0CustomElementDefinition* V0CustomElementRegistry::registerElement(
|
|
|
| V0CustomElementDefinition* V0CustomElementRegistry::find(
|
| const V0CustomElementDescriptor& descriptor) const {
|
| - return m_definitions.get(descriptor);
|
| + return m_definitions.at(descriptor);
|
| }
|
|
|
| bool V0CustomElementRegistry::nameIsDefined(const AtomicString& name) const {
|
|
|