| Index: sky/engine/core/dom/custom/CustomElementScheduler.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementScheduler.cpp b/sky/engine/core/dom/custom/CustomElementScheduler.cpp
|
| index 2efc11ba4253bc13f235f86cdecf6a23f7a18cb7..5941264ba3de42e50e1a6751f6caa8eb06f9beb8 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementScheduler.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementScheduler.cpp
|
| @@ -28,22 +28,22 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/custom/CustomElementScheduler.h"
|
| -
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/custom/CustomElementCallbackInvocation.h"
|
| -#include "core/dom/custom/CustomElementLifecycleCallbacks.h"
|
| -#include "core/dom/custom/CustomElementMicrotaskDispatcher.h"
|
| -#include "core/dom/custom/CustomElementMicrotaskImportStep.h"
|
| -#include "core/dom/custom/CustomElementMicrotaskResolutionStep.h"
|
| -#include "core/dom/custom/CustomElementMicrotaskRunQueue.h"
|
| -#include "core/dom/custom/CustomElementProcessingStack.h"
|
| -#include "core/dom/custom/CustomElementRegistrationContext.h"
|
| -#include "core/dom/custom/CustomElementSyncMicrotaskQueue.h"
|
| -#include "core/html/imports/HTMLImportChild.h"
|
| -#include "core/html/imports/HTMLImportsController.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementScheduler.h"
|
| +
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementCallbackInvocation.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementLifecycleCallbacks.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementProcessingStack.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementRegistrationContext.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementSyncMicrotaskQueue.h"
|
| +#include "sky/engine/core/html/imports/HTMLImportChild.h"
|
| +#include "sky/engine/core/html/imports/HTMLImportsController.h"
|
|
|
| namespace blink {
|
|
|
|
|