Chromium Code Reviews| Index: sky/engine/core/dom/DOMStringList.h |
| diff --git a/sky/engine/core/dom/DOMStringList.h b/sky/engine/core/dom/DOMStringList.h |
| index 0e81df0fc0ab0d4f4e09248c52c2da70d2639d9d..5bc963a5058617497402eba92e4d3a9291c21229 100644 |
| --- a/sky/engine/core/dom/DOMStringList.h |
| +++ b/sky/engine/core/dom/DOMStringList.h |
| @@ -57,8 +57,6 @@ public: |
| operator const Vector<String>&() const { return m_strings; } |
| - void trace(Visitor*) { } |
| - |
| private: |
| DOMStringList() |
| { |