| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackQueue.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackQueue.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackQueue.h
|
| index 7c7bb8e11527ab2399764224fc76550a92bcc3db..b5ea1e92a4e8ecf30617cb5647520bf141ac1124 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackQueue.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementCallbackQueue.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
|
|
| // FIXME: Rename this because it contains resolution and upgrade as
|
| // well as callbacks.
|
| -class V0CustomElementCallbackQueue : public GarbageCollectedFinalized<V0CustomElementCallbackQueue> {
|
| +class V0CustomElementCallbackQueue : public GarbageCollected<V0CustomElementCallbackQueue> {
|
| WTF_MAKE_NONCOPYABLE(V0CustomElementCallbackQueue);
|
| public:
|
| static V0CustomElementCallbackQueue* create(Element*);
|
|
|