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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.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/CustomElementReactionQueue.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
index b4b608b737b6bc809d5702ce62d01957aeae1051..c0d449c21f5d1dce25d5144a2a79a1d315156117 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
@@ -7,7 +7,6 @@
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
namespace blink {
@@ -16,7 +15,7 @@ class Element;
class CORE_EXPORT CustomElementReactionQueue final
: public GarbageCollectedFinalized<CustomElementReactionQueue> {
- WTF_MAKE_NONCOPYABLE(CustomElementReactionQueue);
+ DISALLOW_COPY_AND_ASSIGN(CustomElementReactionQueue);
public:
CustomElementReactionQueue();
~CustomElementReactionQueue();

Powered by Google App Engine
This is Rietveld 408576698