| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| index b4b608b737b6bc809d5702ce62d01957aeae1051..c0d449c21f5d1dce25d5144a2a79a1d315156117 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
| @@ -16,7 +15,7 @@ class Element;
|
|
|
| class CORE_EXPORT CustomElementReactionQueue final
|
| : public GarbageCollectedFinalized<CustomElementReactionQueue> {
|
| - WTF_MAKE_NONCOPYABLE(CustomElementReactionQueue);
|
| + DISALLOW_COPY_AND_ASSIGN(CustomElementReactionQueue);
|
| public:
|
| CustomElementReactionQueue();
|
| ~CustomElementReactionQueue();
|
|
|