summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorandreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 11:48:53 +0000
committerandreip@chromium.org <andreip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-30 11:48:53 +0000
commit5f2faeab17c40d1ee10ad1e94140369213992968 (patch)
tree8d7f1e741bb321760b044cdb37f9551233affb30 /webkit
parent7ef8f601e23f8a471f0614479731a774f618e533 (diff)
downloadchromium_src-5f2faeab17c40d1ee10ad1e94140369213992968.zip
chromium_src-5f2faeab17c40d1ee10ad1e94140369213992968.tar.gz
chromium_src-5f2faeab17c40d1ee10ad1e94140369213992968.tar.bz2
Fix build break by updating the test shell and renaming renderer_webindexeddatabase* files
Review URL: http://codereview.chromium.org/3078011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell_webkit_init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
index 6cd62a6..34f69e3 100644
--- a/webkit/tools/test_shell/test_shell_webkit_init.h
+++ b/webkit/tools/test_shell/test_shell_webkit_init.h
@@ -6,7 +6,7 @@
#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_WEBKIT_INIT_H_
#include "third_party/WebKit/WebKit/chromium/public/WebGraphicsContext3D.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebIndexedDatabase.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebIDBFactory.h"
#include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h"
#include "webkit/glue/webclipboard_impl.h"
#include "webkit/glue/webfilesystem_impl.h"
@@ -109,8 +109,8 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
// The event is dispatched by the proxy.
}
- virtual WebKit::WebIndexedDatabase* indexedDatabase() {
- return WebKit::WebIndexedDatabase::create();
+ virtual WebKit::WebIDBFactory* idbFactory() {
+ return WebKit::WebIDBFactory::create();
}
#if defined(OS_WIN)