Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h

Issue 2023093003: Upgrade in-document custom elements when an element is defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses feedback. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }

Powered by Google App Engine
This is Rietveld 408576698