| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index e97ff80ed599a9d000ffa3de664fe43d9d8c9fb9..f0b4fc25af259d4ceba62005b2700cff706ceb37 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2148,6 +2148,8 @@
|
| 'dom/XMLDocument.h',
|
| 'dom/custom/CustomElement.cpp',
|
| 'dom/custom/CustomElement.h',
|
| + 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
|
| + 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
|
| 'dom/custom/CustomElementCallbackDispatcher.cpp',
|
| 'dom/custom/CustomElementCallbackDispatcher.h',
|
| 'dom/custom/CustomElementCallbackInvocation.cpp',
|
|
|