Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: sky/engine/core/dom/StaticNodeList.h

Issue 943433002: querySelectorAll should return List<Element> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Named return value optimization Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/dom/SelectorQuery.cpp ('k') | sky/tests/framework/flights-app-pixels.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « sky/engine/core/dom/SelectorQuery.cpp ('k') | sky/tests/framework/flights-app-pixels.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698