| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
|
| index cabdd3dde943c91c45bf486a223c039203ccb367..5d29780b1c65bd3170f369ebc21cfb842296c835 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h
|
| @@ -68,6 +68,7 @@ class V0CustomElementRegistrationContext final
|
|
|
| bool nameIsDefined(const AtomicString& name) const;
|
| void setV1(const CustomElementRegistry*);
|
| + bool v1NameIsDefined(const AtomicString& name) const;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|