| Index: Source/core/dom/CustomElementCallbackDispatcher.h
|
| diff --git a/Source/core/dom/CustomElementCallbackDispatcher.h b/Source/core/dom/CustomElementCallbackDispatcher.h
|
| index 74c0ae74403b82c9024b85e6598352023b5fdaa3..b99d1d69632cfcdab8ee2917b57445ed7f3644a0 100644
|
| --- a/Source/core/dom/CustomElementCallbackDispatcher.h
|
| +++ b/Source/core/dom/CustomElementCallbackDispatcher.h
|
| @@ -73,7 +73,6 @@ public:
|
| protected:
|
| friend class CustomElementCallbackScheduler;
|
|
|
| - CustomElementCallbackQueue* createAtFrontOfCurrentElementQueue(PassRefPtr<Element>);
|
| CustomElementCallbackQueue* ensureInCurrentElementQueue(PassRefPtr<Element>);
|
|
|
| private:
|
|
|