| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 7f0eb930b787ed69458a50c70d89579e6bb376ed..951fc74c51fd8b0254a523ac4a4b72fa80949f68 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -8,10 +8,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h"
|
| #include "webkit/glue/webclipboard_impl.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| @@ -78,17 +75,6 @@ class TestShellWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
|
|
| virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
|
|
|
| - virtual void createIDBKeysFromSerializedValuesAndKeyPath(
|
| - const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
|
| - const WebKit::WebIDBKeyPath& keyPath,
|
| - WebKit::WebVector<WebKit::WebIDBKey>& keys_out) OVERRIDE;
|
| -
|
| - virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
|
| - const WebKit::WebIDBKey& key,
|
| - const WebKit::WebSerializedScriptValue& value,
|
| - const WebKit::WebIDBKeyPath& keyPath) OVERRIDE;
|
| -
|
| -
|
| #if defined(OS_WIN)
|
| void SetThemeEngine(WebKit::WebThemeEngine* engine) {
|
| active_theme_engine_ = engine ?
|
|
|