Chromium Code Reviews| 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 4b1018d2b9550e15df750f44bcfadaa932c983aa..c27dfe5dfbb5d2777be28c2b05a07db636f961cb 100644 |
| --- a/third_party/WebKit/Source/core/core.gypi |
| +++ b/third_party/WebKit/Source/core/core.gypi |
| @@ -2621,6 +2621,8 @@ |
| 'dom/custom/CustomElementSyncMicrotaskQueue.h', |
| 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
| 'dom/custom/CustomElementUpgradeCandidateMap.h', |
| + 'dom/shadow/AssignedElementTraversal.cpp', |
| + 'dom/shadow/AssignedElementTraversal.h', |
|
hayato
2016/03/03 05:42:21
Nit: How about renaming this to SlotAssignedSubtre
yuzuchan
2016/03/04 03:48:36
I changed the name to SlotScopedTraversal to short
kochi
2016/03/04 04:16:30
Sounds good.
|
| 'dom/shadow/DistributedNodes.cpp', |
| 'dom/shadow/DistributedNodes.h', |
| 'dom/shadow/ElementShadow.cpp', |