| Index: sky/engine/core/dom/StyleElement.h
|
| diff --git a/sky/engine/core/dom/StyleElement.h b/sky/engine/core/dom/StyleElement.h
|
| index d2008616922e891b2f9174270c6e8e6dd3db33e5..4bfca16d32df941d8c12a4fffcab6e444d685dca 100644
|
| --- a/sky/engine/core/dom/StyleElement.h
|
| +++ b/sky/engine/core/dom/StyleElement.h
|
| @@ -35,7 +35,6 @@ class StyleElement {
|
| public:
|
| StyleElement(Document*, bool createdByParser);
|
| virtual ~StyleElement();
|
| - virtual void trace(Visitor*);
|
|
|
| protected:
|
| virtual const AtomicString& type() const = 0;
|
|
|