| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp
|
| index 771316f70f28b159362a12669477cea2912f02ce..db571f106ad6ac04574ea53b279bb375878f7345 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp
|
| @@ -158,7 +158,7 @@ bool V0CustomElementRegistrationContext::nameIsDefined(const AtomicString& name)
|
| return m_registry.nameIsDefined(name);
|
| }
|
|
|
| -void V0CustomElementRegistrationContext::setV1(const CustomElementsRegistry* v1)
|
| +void V0CustomElementRegistrationContext::setV1(const CustomElementRegistry* v1)
|
| {
|
| m_registry.setV1(v1);
|
| }
|
|
|