| Index: sky/engine/core/dom/StaticNodeList.h
|
| diff --git a/sky/engine/core/dom/StaticNodeList.h b/sky/engine/core/dom/StaticNodeList.h
|
| index 7ff1a5d50baab33c1e6b567b6627f302c88c2af1..6132283b5ffd630f37372baf81ed33a5082bc75b 100644
|
| --- a/sky/engine/core/dom/StaticNodeList.h
|
| +++ b/sky/engine/core/dom/StaticNodeList.h
|
| @@ -64,7 +64,6 @@ private:
|
| };
|
|
|
| typedef StaticNodeTypeList<Node> StaticNodeList;
|
| -typedef StaticNodeTypeList<Element> StaticElementList;
|
|
|
| template <typename NodeType>
|
| PassRefPtr<StaticNodeTypeList<NodeType> > StaticNodeTypeList<NodeType>::adopt(Vector<RefPtr<NodeType> >& nodes)
|
|
|