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 948bcc3005df6068e4f0aa47c7e903006422b41d..65902ceabfe4e4a4420cdb2d3d4224ab03593e97 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -122,7 +122,7 @@ |
'dom/Uint8ClampedArray.idl', |
'dom/URLSearchParams.idl', |
'dom/XMLDocument.idl', |
- 'dom/custom/CustomElementsRegistry.idl', |
+ 'dom/custom/CustomElementRegistry.idl', |
'dom/shadow/ShadowRoot.idl', |
'editing/Selection.idl', |
'events/AnimationEvent.idl', |
@@ -2730,8 +2730,8 @@ |
'dom/custom/CustomElementUpgradeReaction.h', |
'dom/custom/CustomElementUpgradeSorter.cpp', |
'dom/custom/CustomElementUpgradeSorter.h', |
- 'dom/custom/CustomElementsRegistry.cpp', |
- 'dom/custom/CustomElementsRegistry.h', |
+ 'dom/custom/CustomElementRegistry.cpp', |
+ 'dom/custom/CustomElementRegistry.h', |
'dom/custom/V0CustomElement.cpp', |
'dom/custom/V0CustomElement.h', |
'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', |
@@ -4123,7 +4123,7 @@ |
'dom/custom/CustomElementTest.cpp', |
'dom/custom/CustomElementTestHelpers.h', |
'dom/custom/CustomElementUpgradeSorterTest.cpp', |
- 'dom/custom/CustomElementsRegistryTest.cpp', |
+ 'dom/custom/CustomElementRegistryTest.cpp', |
'dom/shadow/FlatTreeTraversalTest.cpp', |
'editing/EditingCommandTest.cpp', |
'editing/EditingStrategyTest.cpp', |