Index: third_party/WebKit/Source/core/dom/SelectorQuery.h |
diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
index b5ceaa3f6e44fbd2994ab26df12ce6f846e91cd4..f133ff63fafcc32d8f2241e71ef2942337059e7f 100644 |
--- a/third_party/WebKit/Source/core/dom/SelectorQuery.h |
+++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
@@ -42,7 +42,7 @@ class Document; |
class Element; |
class ExceptionState; |
template <typename NodeType> class StaticNodeTypeList; |
-typedef StaticNodeTypeList<Element> StaticElementList; |
+using StaticElementList = StaticNodeTypeList<Element>; |
class SelectorDataList { |
DISALLOW_NEW(); |