Index: third_party/WebKit/Source/core/dom/StaticNodeList.h |
diff --git a/third_party/WebKit/Source/core/dom/StaticNodeList.h b/third_party/WebKit/Source/core/dom/StaticNodeList.h |
index c150964c38f2e3ab2c64c5055995dfdd51285662..4ae8cca46c04b1888a6edcbc9cdacca4f420ff52 100644 |
--- a/third_party/WebKit/Source/core/dom/StaticNodeList.h |
+++ b/third_party/WebKit/Source/core/dom/StaticNodeList.h |
@@ -58,8 +58,7 @@ private: |
HeapVector<Member<NodeType>> m_nodes; |
}; |
-typedef StaticNodeTypeList<Node> StaticNodeList; |
-typedef StaticNodeTypeList<Element> StaticElementList; |
+using StaticNodeList = StaticNodeTypeList<Node>; |
template <typename NodeType> |
StaticNodeTypeList<NodeType>* StaticNodeTypeList<NodeType>::adopt(HeapVector<Member<NodeType>>& nodes) |