| 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 a030766b98a56a24242281a7bdd06a889f7366f1..5307fac79405c98a349735355a4bacfbb86aa795 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| @@ -47,7 +47,7 @@ class ExceptionState;
|
| class V0CustomElementConstructorBuilder;
|
|
|
| class V0CustomElementRegistry final {
|
| - WTF_MAKE_NONCOPYABLE(V0CustomElementRegistry);
|
| + DISALLOW_COPY_AND_ASSIGN(V0CustomElementRegistry);
|
| DISALLOW_NEW();
|
| public:
|
| DECLARE_TRACE();
|
|
|