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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.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/V0CustomElementProcessingStep.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
index 88e6f2b498a9c5c2f08802dac752015ec5db7c23..6ca15afe0da249307a1e32716c7078a47d11e01e 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
@@ -32,12 +32,11 @@
#define V0CustomElementProcessingStep_h
#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
namespace blink {
class V0CustomElementProcessingStep : public GarbageCollectedFinalized<V0CustomElementProcessingStep> {
- WTF_MAKE_NONCOPYABLE(V0CustomElementProcessingStep);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementProcessingStep);
public:
V0CustomElementProcessingStep() { }

Powered by Google App Engine
This is Rietveld 408576698