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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.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/V0CustomElementRegistry.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
index a030766b98a56a24242281a7bdd06a889f7366f1..5307fac79405c98a349735355a4bacfbb86aa795 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
@@ -47,7 +47,7 @@ class ExceptionState;
class V0CustomElementConstructorBuilder;
class V0CustomElementRegistry final {
- WTF_MAKE_NONCOPYABLE(V0CustomElementRegistry);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementRegistry);
DISALLOW_NEW();
public:
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698