Index: third_party/WebKit/Source/core/dom/MutationRecord.h |
diff --git a/third_party/WebKit/Source/core/dom/MutationRecord.h b/third_party/WebKit/Source/core/dom/MutationRecord.h |
index 93fd88ecef65775f298e67e02bc89da882891929..a25882af8246913a7d88ea5a336bdde6ce78d60e 100644 |
--- a/third_party/WebKit/Source/core/dom/MutationRecord.h |
+++ b/third_party/WebKit/Source/core/dom/MutationRecord.h |
@@ -40,7 +40,7 @@ namespace blink { |
class Node; |
class QualifiedName; |
template <typename NodeType> class StaticNodeTypeList; |
-typedef StaticNodeTypeList<Node> StaticNodeList; |
+using StaticNodeList = StaticNodeTypeList<Node>; |
class MutationRecord : public GarbageCollectedFinalized<MutationRecord>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |