| Index: Source/core/page/PageConsole.cpp
|
| diff --git a/Source/core/page/PageConsole.cpp b/Source/core/page/PageConsole.cpp
|
| index 7d291fe25f9c8602d233955e7e7b79792908469c..1ec35d7183fa6686133e1415fba79e42e4eb7435 100644
|
| --- a/Source/core/page/PageConsole.cpp
|
| +++ b/Source/core/page/PageConsole.cpp
|
| @@ -29,6 +29,7 @@
|
| #include "config.h"
|
| #include "PageConsole.h"
|
|
|
| +#include <stdio.h>
|
| #include "Chrome.h"
|
| #include "ChromeClient.h"
|
| #include "ConsoleAPITypes.h"
|
| @@ -44,12 +45,11 @@
|
| #include "ScriptValue.h"
|
| #include "ScriptableDocumentParser.h"
|
| #include "Settings.h"
|
| -#include <stdio.h>
|
| -#include <wtf/UnusedParam.h>
|
| #include <wtf/text/CString.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/UnusedParam.h>
|
|
|
| -#include "TraceEvent.h"
|
| +#include "core/platform/chromium/TraceEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|