| Index: sky/engine/core/dom/custom/CustomElementRegistry.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementRegistry.h b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| index 118a4f83c3984e2bb9b3b021f8bc9b1c233e19e5..63c4a31ad25d96c046caa96ccd4340a50fb0a47f 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementRegistry.h
|
| @@ -60,7 +60,6 @@ protected:
|
| private:
|
| typedef HashMap<CustomElementDescriptor, RefPtr<CustomElementDefinition> > DefinitionMap;
|
| DefinitionMap m_definitions;
|
| - HashSet<AtomicString> m_registeredTypeNames;
|
| };
|
|
|
| } // namespace blink
|
|
|