| Index: sky/engine/core/html/ClassList.cpp
|
| diff --git a/sky/engine/core/html/ClassList.cpp b/sky/engine/core/html/ClassList.cpp
|
| index 066cb9173a8fa356983e7920d89fd3a1caa78e9b..35e32c18d2e313ebeca3dcf852338e9c263007b7 100644
|
| --- a/sky/engine/core/html/ClassList.cpp
|
| +++ b/sky/engine/core/html/ClassList.cpp
|
| @@ -66,10 +66,4 @@ const SpaceSplitString& ClassList::classNames() const
|
| return m_element->classNames();
|
| }
|
|
|
| -void ClassList::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_element);
|
| - DOMTokenList::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|