| Index: sky/engine/core/dom/custom/CustomElementCallbackQueue.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementCallbackQueue.h b/sky/engine/core/dom/custom/CustomElementCallbackQueue.h
|
| index bbed841c24c73f66902ba64fbb3e7b3c261fed4f..ad0f77eb920cf0a32f9c363548e59c7cca50ce5d 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementCallbackQueue.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementCallbackQueue.h
|
| @@ -65,8 +65,6 @@ public:
|
| void append(PassOwnPtr<CustomElementProcessingStep> invocation) { m_queue.append(invocation); }
|
| bool inCreatedCallback() const { return m_inCreatedCallback; }
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| explicit CustomElementCallbackQueue(PassRefPtr<Element>);
|
|
|
|
|