Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h |
index 083fde39652db72f7dc7bc7dfdd81221dfafcb8c..b64e1a3cad4a483c3be24565bd88499a6e9a3cf0 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h |
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h |
@@ -6,7 +6,6 @@ |
#define V0CustomElementMicrotaskDispatcher_h |
#include "platform/heap/Handle.h" |
-#include "wtf/Noncopyable.h" |
#include "wtf/Vector.h" |
namespace blink { |
@@ -14,7 +13,7 @@ namespace blink { |
class V0CustomElementCallbackQueue; |
class V0CustomElementMicrotaskDispatcher final : public GarbageCollected<V0CustomElementMicrotaskDispatcher> { |
- WTF_MAKE_NONCOPYABLE(V0CustomElementMicrotaskDispatcher); |
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementMicrotaskDispatcher); |
public: |
static V0CustomElementMicrotaskDispatcher& instance(); |