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

Unified Diff: Source/core/core.gypi

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null HTMLCollection handling Created 6 years, 11 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index ed1d1c7dcb85d44fb3256e700cd7330239ea6f1a..b058a88008cc8494d5e74b1156df9a6a61b3c3f9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1845,8 +1845,8 @@
'dom/ChildListMutationScope.h',
'dom/ChildNodeList.cpp',
'dom/ChildNodeList.h',
- 'dom/ClassNodeList.cpp',
- 'dom/ClassNodeList.h',
+ 'dom/ClassCollection.cpp',
+ 'dom/ClassCollection.h',
'dom/ClientRect.cpp',
'dom/ClientRect.h',
'dom/ClientRectList.cpp',
@@ -2093,8 +2093,8 @@
'dom/StyleSheetCollection.h',
'dom/StyleSheetScopingNodeList.cpp',
'dom/StyleSheetScopingNodeList.h',
- 'dom/TagNodeList.cpp',
- 'dom/TagNodeList.h',
+ 'dom/TagCollection.cpp',
+ 'dom/TagCollection.h',
'dom/Text.cpp',
'dom/TextLinkColors.cpp',
'dom/TextLinkColors.h',

Powered by Google App Engine
This is Rietveld 408576698