| Index: sky/engine/core/dom/custom/CustomElementObserver.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementObserver.h b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| index 2f88bd693fa75a970e4f0d4833118f714a4bfe17..cf0350eef2290c73b55e74d8aab9e907da2bf323 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementObserver.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementObserver.h
|
| @@ -47,8 +47,6 @@ public:
|
| static void notifyElementDidFinishParsingChildren(Element*);
|
| static void notifyElementWasDestroyed(Element*);
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| CustomElementObserver() { }
|
|
|
|
|