| Index: webkit/support/test_webkit_platform_support.h
|
| diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
|
| index e525f1241ff1d3eb2101955ab4a6be95d8182231..77c1979df06596882ca55631e1b9b9642bb3ebe7 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -73,14 +73,6 @@ class TestWebKitPlatformSupport :
|
| const WebKit::WebString& path, unsigned quota) OVERRIDE;
|
|
|
| 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) || defined(OS_MACOSX)
|
| void SetThemeEngine(WebKit::WebThemeEngine* engine);
|
|
|