| Index: sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| index 94221d326236625d5bd1c43ebdbb9569829459d3..52452c1c111d528cc3ecda93459a70c5d245a008 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/custom/CustomElementMicrotaskResolutionStep.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h"
|
|
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/custom/CustomElementRegistrationContext.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/custom/CustomElementRegistrationContext.h"
|
|
|
| namespace blink {
|
|
|
|
|