| Index: Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index 84fed3a1840f3914169131e2345d7532d58a4a6d..24dd7ba466baecd4f333a263c779a8bda801851d 100644
|
| --- a/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -53,13 +53,11 @@
|
| #include "bindings/core/v8/custom/V8Uint32ArrayCustom.h"
|
| #include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h"
|
| -#include "bindings/modules/v8/V8Database.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/inspector/InjectedScript.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "core/inspector/InspectorDOMAgent.h"
|
| -#include "modules/webdatabase/Database.h"
|
| #include "platform/JSONValues.h"
|
|
|
| namespace WebCore {
|
|
|