| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 621b49a25ae8f035ec9e0e62bc5cb6a31410bcc7..4dda1fa624212efa80c6f1e73db3aec7d359b021 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1840,8 +1840,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',
|
| @@ -2088,8 +2088,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',
|
|
|