| Index: Source/core/page/PageConsole.cpp
|
| diff --git a/Source/core/page/PageConsole.cpp b/Source/core/page/PageConsole.cpp
|
| index c2057011000a89bfa8fed24934de24f7a7185e1b..81fb429edaac72f9451927277083ea7a93599d7a 100644
|
| --- a/Source/core/page/PageConsole.cpp
|
| +++ b/Source/core/page/PageConsole.cpp
|
| @@ -31,8 +31,8 @@
|
|
|
| #include <stdio.h>
|
| #include "DOMWindow.h"
|
| -#include "ScriptCallStackFactory.h"
|
| -#include "ScriptValue.h"
|
| +#include "bindings/v8/ScriptCallStackFactory.h"
|
| +#include "bindings/v8/ScriptValue.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ScriptableDocumentParser.h"
|
| #include "core/inspector/ConsoleAPITypes.h"
|
|
|