| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 3b3cb2247799c9e64164d9cff364ce3c29506777..fa9cc9d6fd1bec8fc07fda36f58cb86475d66908 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2142,6 +2142,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',
|
|
|