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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.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/V0CustomElementMicrotaskStep.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
index 1647bca41ec195efb970c2ae8f428b8afe1f9a37..673bf8e13117c45c9490429633a01c8ee99a0317 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskStep.h
@@ -32,12 +32,11 @@
#define V0CustomElementMicrotaskStep_h
#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
namespace blink {
class V0CustomElementMicrotaskStep : public GarbageCollectedFinalized<V0CustomElementMicrotaskStep> {
- WTF_MAKE_NONCOPYABLE(V0CustomElementMicrotaskStep);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementMicrotaskStep);
public:
V0CustomElementMicrotaskStep() { }
virtual ~V0CustomElementMicrotaskStep() { }

Powered by Google App Engine
This is Rietveld 408576698