| Index: webkit/tools/test_shell/test_shell.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.cc (revision 26700)
|
| +++ webkit/tools/test_shell/test_shell.cc (working copy)
|
| @@ -423,6 +423,7 @@
|
| web_prefs_->local_storage_enabled = true;
|
| web_prefs_->session_storage_enabled = true;
|
| web_prefs_->application_cache_enabled = false;
|
| + web_prefs_->databases_enabled = true;
|
| // LayoutTests were written with Safari Mac in mind which does not allow
|
| // tabbing to links by default.
|
| web_prefs_->tabs_to_links = false;
|
|
|