Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h |
index 6d9d5193e1a020e11324bb6dc121b5b12de991f8..ebb059d170606e4dc0898dfa4792ac807c6368da 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h |
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h |
@@ -38,7 +38,7 @@ |
namespace blink { |
class CORE_EXPORT V0CustomElementProcessingStack : public GarbageCollected<V0CustomElementProcessingStack> { |
- WTF_MAKE_NONCOPYABLE(V0CustomElementProcessingStack); |
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementProcessingStack); |
public: |
// This is stack allocated in many DOM callbacks. Make it cheap. |
class CallbackDeliveryScope { |