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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.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/CustomElementReactionStack.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
index f906b78d6b19ccf915c9cb9097c3ce9c6d789990..74b675d733a6d7f394ba634b625e4a3e1a959534 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h
@@ -7,7 +7,6 @@
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
namespace blink {
@@ -18,7 +17,7 @@ class Element;
// https://html.spec.whatwg.org/multipage/scripting.html#custom-element-reactions
class CORE_EXPORT CustomElementReactionStack final
: public GarbageCollectedFinalized<CustomElementReactionStack> {
- WTF_MAKE_NONCOPYABLE(CustomElementReactionStack);
+ DISALLOW_COPY_AND_ASSIGN(CustomElementReactionStack);
public:
CustomElementReactionStack();
~CustomElementReactionStack();

Powered by Google App Engine
This is Rietveld 408576698