| Index: sky/engine/core/dom/StyleElement.cpp
|
| diff --git a/sky/engine/core/dom/StyleElement.cpp b/sky/engine/core/dom/StyleElement.cpp
|
| index 1a114b614b82f20576e055f8ed449ecb4a3864ce..985b0ab54e76f0f6e677847a81cbd929ee06e190 100644
|
| --- a/sky/engine/core/dom/StyleElement.cpp
|
| +++ b/sky/engine/core/dom/StyleElement.cpp
|
| @@ -164,9 +164,4 @@ void StyleElement::createSheet(Element* e, const String& text)
|
| document.styleResolverMayHaveChanged();
|
| }
|
|
|
| -void StyleElement::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_sheet);
|
| -}
|
| -
|
| }
|
|
|