| Index: Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index 51b25c9c08150a9919d0278e80cdd6ccac219525..8936caa864e0f92e533277764311dcd69f998aec 100644
|
| --- a/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -56,8 +56,8 @@
|
| #include "core/inspector/InjectedScript.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "core/inspector/InspectorDOMAgent.h"
|
| -#include "core/platform/JSONValues.h"
|
| #include "modules/webdatabase/Database.h"
|
| +#include "platform/JSONValues.h"
|
|
|
| namespace WebCore {
|
|
|
|
|