| Index: sky/engine/core/frame/Console.cpp
|
| diff --git a/sky/engine/core/frame/Console.cpp b/sky/engine/core/frame/Console.cpp
|
| index b4f20988db9511fb4028e954df71084962d1c814..c4ab44062105561f0536d5f0b5e655fe8ba48bbb 100644
|
| --- a/sky/engine/core/frame/Console.cpp
|
| +++ b/sky/engine/core/frame/Console.cpp
|
| @@ -30,16 +30,17 @@
|
| #include "sky/engine/core/frame/Console.h"
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptCallStackFactory.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| #include "sky/engine/core/frame/ConsoleTypes.h"
|
| #include "sky/engine/core/frame/FrameConsole.h"
|
| #include "sky/engine/core/frame/FrameHost.h"
|
| #include "sky/engine/core/frame/LocalFrame.h"
|
| #include "sky/engine/core/inspector/ConsoleAPITypes.h"
|
| +#include "sky/engine/core/inspector/ConsoleMessage.h"
|
| #include "sky/engine/core/inspector/ScriptArguments.h"
|
| -#include "sky/engine/core/page/Chrome.h"
|
| +#include "sky/engine/core/inspector/ScriptCallStack.h"
|
| #include "sky/engine/core/page/ChromeClient.h"
|
| #include "sky/engine/platform/TraceEvent.h"
|
| -#include "sky/engine/core/inspector/ScriptCallStack.h"
|
| #include "sky/engine/wtf/text/CString.h"
|
| #include "sky/engine/wtf/text/WTFString.h"
|
|
|
|
|