| Index: sky/engine/core/html/parser/HTMLScriptRunner.cpp
|
| diff --git a/sky/engine/core/html/parser/HTMLScriptRunner.cpp b/sky/engine/core/html/parser/HTMLScriptRunner.cpp
|
| index 35d7260cf634a9d55ffbf4876ecbae2fc3ea0f6f..ab06897e7210fd378e70a636aba9da03f772cb37 100644
|
| --- a/sky/engine/core/html/parser/HTMLScriptRunner.cpp
|
| +++ b/sky/engine/core/html/parser/HTMLScriptRunner.cpp
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/parser/HTMLScriptRunner.h"
|
| -
|
| -#include "bindings/core/v8/ScriptController.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Microtask.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/html/HTMLScriptElement.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/parser/HTMLScriptRunner.h"
|
| +
|
| +#include "sky/engine/bindings/core/v8/ScriptController.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Microtask.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/html/HTMLScriptElement.h"
|
|
|
| namespace blink {
|
|
|
|
|