Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReaction.h |
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReaction.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReaction.h |
| index 3ee1ab254ab26a4bd846871539b9b1036ff03731..68f5e6965b30f89012b715fe796a85aceb1b18e5 100644 |
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReaction.h |
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReaction.h |
| @@ -7,7 +7,6 @@ |
| #include "core/CoreExport.h" |
| #include "platform/heap/Handle.h" |
| -#include "wtf/Noncopyable.h" |
| namespace blink { |
| @@ -15,7 +14,7 @@ class Element; |
| class CORE_EXPORT CustomElementReaction |
| : public GarbageCollectedFinalized<CustomElementReaction> { |
| - WTF_MAKE_NONCOPYABLE(CustomElementReaction); |
| + DISALLOW_COPY_AND_ASSIGN(CustomElementReaction); |
|
yosin_UTC9
2016/06/02 02:02:18
Sorry for confusion.
Oops, usually DISALLOW_COPY_
|
| public: |
| CustomElementReaction() { } |
| virtual ~CustomElementReaction() { } |