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