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

Unified Diff: Source/core/core.gypi

Issue 179333004: Add template parameter to ElementTraversal to iterate over Elements of a specific type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix failures and port more code to the new API Created 6 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 | « Source/build/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index cd9bc5830466a4b34790b185d656bca481f33b62..e8b7961fa230526d3861f48278a3559b5c84c1ce 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1962,6 +1962,8 @@
'dom/NodeFilterCondition.h',
'dom/NodeIterator.cpp',
'dom/NodeIterator.h',
+ 'dom/NodeIteratorBase.cpp',
+ 'dom/NodeIteratorBase.h',
'dom/NodeRareData.cpp',
'dom/NodeRareData.h',
'dom/RenderTreeBuilder.cpp',
@@ -2083,8 +2085,6 @@
'dom/TouchList.h',
'dom/TransformSource.h',
'dom/TransformSourceLibxslt.cpp',
- 'dom/Traversal.cpp',
- 'dom/Traversal.h',
'dom/TreeScope.cpp',
'dom/TreeScope.h',
'dom/TreeScopeAdopter.cpp',
« no previous file with comments | « Source/build/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698