| Index: Source/core/dom/CustomElementRegistry.h
|
| diff --git a/Source/core/dom/CustomElementRegistry.h b/Source/core/dom/CustomElementRegistry.h
|
| index 525618ae6b2de3a68bda40bcae6942fe8a5a1302..aae1da76af871a8d7ac1999f5f736c4ee86f1e27 100644
|
| --- a/Source/core/dom/CustomElementRegistry.h
|
| +++ b/Source/core/dom/CustomElementRegistry.h
|
| @@ -58,7 +58,6 @@ public:
|
|
|
| void registerElement(CustomElementConstructorBuilder*, const AtomicString& name, ExceptionCode&);
|
|
|
| - bool isUnresolved(Element*) const;
|
| PassRefPtr<CustomElementDefinition> findFor(Element*) const;
|
|
|
| PassRefPtr<Element> createCustomTagElement(const QualifiedName& localName);
|
|
|