| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| index a5234b4d8351652bbdf7e95d340fdcf3e84dc57e..db80ca9310ee475910a06748c0e72f745fe9a3f8 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
|
| @@ -62,7 +62,7 @@ protected:
|
| CustomElementDefinition* find(const CustomElementDescriptor&) const;
|
|
|
| private:
|
| - typedef WillBeHeapHashMap<CustomElementDescriptor, RefPtrWillBeMember<CustomElementDefinition>> DefinitionMap;
|
| + typedef HeapHashMap<CustomElementDescriptor, Member<CustomElementDefinition>> DefinitionMap;
|
| DefinitionMap m_definitions;
|
| HashSet<AtomicString> m_registeredTypeNames;
|
| bool m_documentWasDetached;
|
|
|