Index: third_party/WebKit/Source/core/core.gypi |
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi |
index 778bf9a1f433bd91071e969ed5e3a11f688beb07..98f075a39a233e256bff8cb4983744c1fbc59784 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -2642,12 +2642,12 @@ |
'dom/custom/CustomElementSyncMicrotaskQueue.h', |
'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
'dom/custom/CustomElementUpgradeCandidateMap.h', |
- 'dom/shadow/ComposedTreeTraversal.cpp', |
- 'dom/shadow/ComposedTreeTraversal.h', |
'dom/shadow/DistributedNodes.cpp', |
'dom/shadow/DistributedNodes.h', |
'dom/shadow/ElementShadow.cpp', |
'dom/shadow/ElementShadow.h', |
+ 'dom/shadow/FlatTreeTraversal.cpp', |
+ 'dom/shadow/FlatTreeTraversal.h', |
'dom/shadow/InsertionPoint.cpp', |
'dom/shadow/InsertionPoint.h', |
'dom/shadow/SelectRuleFeatureSet.cpp', |
@@ -3932,7 +3932,7 @@ |
'dom/TreeScopeStyleSheetCollectionTest.cpp', |
'dom/TreeScopeTest.cpp', |
'dom/URLSearchParamsTest.cpp', |
- 'dom/shadow/ComposedTreeTraversalTest.cpp', |
+ 'dom/shadow/FlatTreeTraversalTest.cpp', |
'editing/EditingStrategyTest.cpp', |
'editing/EditingTestBase.cpp', |
'editing/EditingTestBase.h', |