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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.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/V0CustomElementMicrotaskDispatcher.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h
index 083fde39652db72f7dc7bc7dfdd81221dfafcb8c..b64e1a3cad4a483c3be24565bd88499a6e9a3cf0 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.h
@@ -6,7 +6,6 @@
#define V0CustomElementMicrotaskDispatcher_h
#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
#include "wtf/Vector.h"
namespace blink {
@@ -14,7 +13,7 @@ namespace blink {
class V0CustomElementCallbackQueue;
class V0CustomElementMicrotaskDispatcher final : public GarbageCollected<V0CustomElementMicrotaskDispatcher> {
- WTF_MAKE_NONCOPYABLE(V0CustomElementMicrotaskDispatcher);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementMicrotaskDispatcher);
public:
static V0CustomElementMicrotaskDispatcher& instance();

Powered by Google App Engine
This is Rietveld 408576698