Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h |
index 7c8dcd9cd0c57b7c5c568486968b4e56e6443333..b59426e419cffa9ad17885dec6e0ff64e06f7f86 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h |
@@ -7,7 +7,6 @@ |
#include "core/CoreExport.h" |
#include "wtf/Allocator.h" |
-#include "wtf/Noncopyable.h" |
namespace blink { |
@@ -23,7 +22,7 @@ class ScriptValue; |
// https://html.spec.whatwg.org/multipage/scripting.html#dom-customelementsregistry-define |
class CORE_EXPORT CustomElementDefinitionBuilder { |
STACK_ALLOCATED(); |
- WTF_MAKE_NONCOPYABLE(CustomElementDefinitionBuilder); |
+ DISALLOW_COPY_AND_ASSIGN(CustomElementDefinitionBuilder); |
public: |
CustomElementDefinitionBuilder() { } |