| Index: sky/engine/core/dom/ClientRectList.cpp
|
| diff --git a/sky/engine/core/dom/ClientRectList.cpp b/sky/engine/core/dom/ClientRectList.cpp
|
| index 36f8fa71db38e01f1d7254280a8e445bc21fd662..e0b80062c5f69480c62a7f8870e023dbe7ba1594 100644
|
| --- a/sky/engine/core/dom/ClientRectList.cpp
|
| +++ b/sky/engine/core/dom/ClientRectList.cpp
|
| @@ -60,9 +60,4 @@ ClientRect* ClientRectList::item(unsigned index)
|
| return m_list[index].get();
|
| }
|
|
|
| -void ClientRectList::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_list);
|
| -}
|
| -
|
| } // namespace blink
|
|
|