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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.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/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() { }

Powered by Google App Engine
This is Rietveld 408576698