| Index: webkit/tools/test_shell/test_shell.cc
|
| diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
|
| index 4de38696f26f2f7732b0b07ffa6da9d181ce4acd..abd6a74ca4fbe71b3d5e5f0c4d5afb6494f2aaab 100644
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -427,6 +427,7 @@ void TestShell::ResetWebPreferences() {
|
| // LayoutTests were written with Safari Mac in mind which does not allow
|
| // tabbing to links by default.
|
| web_prefs_->tabs_to_links = false;
|
| + web_prefs_->web_sockets_enabled = true;
|
|
|
| // Allow those layout tests running as local files, i.e. under
|
| // LayoutTests/http/tests/local, to access http server.
|
|
|