| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| index f2b6cf6aec092c4b51a7eb637baa045d6942e1df..38fe7fa46d118af56675e742c166a08914dbda54 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| @@ -51,6 +51,7 @@ class V0CustomElementRegistry final {
|
| public:
|
| DECLARE_TRACE();
|
| void documentWasDetached() { m_documentWasDetached = true; }
|
| + bool nameIsDefined(const AtomicString&) const;
|
|
|
| protected:
|
| friend class V0CustomElementRegistrationContext;
|
|
|