| 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);
|
|
|