| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
|
| index 1647bca41ec195efb970c2ae8f428b8afe1f9a37..673bf8e13117c45c9490429633a01c8ee99a0317 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
|
| @@ -32,12 +32,11 @@
|
| #define V0CustomElementMicrotaskStep_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
| class V0CustomElementMicrotaskStep : public GarbageCollectedFinalized<V0CustomElementMicrotaskStep> {
|
| - WTF_MAKE_NONCOPYABLE(V0CustomElementMicrotaskStep);
|
| + DISALLOW_COPY_AND_ASSIGN(V0CustomElementMicrotaskStep);
|
| public:
|
| V0CustomElementMicrotaskStep() { }
|
| virtual ~V0CustomElementMicrotaskStep() { }
|
|
|