| Index: sky/engine/core/dom/ClientRectList.h
|
| diff --git a/sky/engine/core/dom/ClientRectList.h b/sky/engine/core/dom/ClientRectList.h
|
| index b8cdfdc521ace0ed022fbf4ebcd486e2ccbe90b3..078275c725d516c112bf98dd3b687a20c81e23e1 100644
|
| --- a/sky/engine/core/dom/ClientRectList.h
|
| +++ b/sky/engine/core/dom/ClientRectList.h
|
| @@ -53,8 +53,6 @@ public:
|
| unsigned length() const;
|
| ClientRect* item(unsigned index);
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| ClientRectList();
|
| explicit ClientRectList(const Vector<FloatQuad>&);
|
|
|