| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.h
|
| index 0b77c630b96ae86f7f653176444c6bcf476a5802..0fae3d08b2a3972d55a53e5d3908892f32ec14c1 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.h
|
| @@ -12,7 +12,7 @@
|
| namespace blink {
|
|
|
| class V0CustomElementMicrotaskQueueBase : public GarbageCollectedFinalized<V0CustomElementMicrotaskQueueBase> {
|
| - WTF_MAKE_NONCOPYABLE(V0CustomElementMicrotaskQueueBase);
|
| + DISALLOW_COPY_AND_ASSIGN(V0CustomElementMicrotaskQueueBase);
|
| public:
|
| virtual ~V0CustomElementMicrotaskQueueBase() { }
|
|
|
|
|