Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
index f906b78d6b19ccf915c9cb9097c3ce9c6d789990..74b675d733a6d7f394ba634b625e4a3e1a959534 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
@@ -7,7 +7,6 @@ |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
-#include "wtf/Noncopyable.h" |
namespace blink { |
@@ -18,7 +17,7 @@ class Element; |
// https://html.spec.whatwg.org/multipage/scripting.html#custom-element-reactions |
class CORE_EXPORT CustomElementReactionStack final |
: public GarbageCollectedFinalized<CustomElementReactionStack> { |
- WTF_MAKE_NONCOPYABLE(CustomElementReactionStack); |
+ DISALLOW_COPY_AND_ASSIGN(CustomElementReactionStack); |
public: |
CustomElementReactionStack(); |
~CustomElementReactionStack(); |