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

Unified Diff: third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackInvocation.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/V0CustomElementCallbackInvocation.h
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackInvocation.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackInvocation.h
index 41eee538a97b77d3c0f9a2639cfe1e69f2835814..a293232f9339b14f7a223c5831282ad71d9a01aa 100644
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackInvocation.h
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackInvocation.h
@@ -38,7 +38,7 @@
namespace blink {
class V0CustomElementCallbackInvocation : public V0CustomElementProcessingStep {
- WTF_MAKE_NONCOPYABLE(V0CustomElementCallbackInvocation);
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementCallbackInvocation);
public:
static V0CustomElementCallbackInvocation* createInvocation(V0CustomElementLifecycleCallbacks*, V0CustomElementLifecycleCallbacks::CallbackType);
static V0CustomElementCallbackInvocation* createAttributeChangedInvocation(V0CustomElementLifecycleCallbacks*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);

Powered by Google App Engine
This is Rietveld 408576698