Use type aliases for StaticElementList/StaticNodeList
We currently have a mixture of using typedefs and type aliases for forward referencing StaticElementList and StaticNodeElement. Stick to type aliases since they are more modern and a C++11 allowed feature in Chromium. Review-Url: https://codereview.chromium.org/2317083003 Cr-Commit-Position: refs/heads/master@{#417085}
Showing
Please register or sign in to comment