| Index: webkit/glue/webpreferences.cc
|
| diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
|
| index e8de5502e00e119147ed1edbf298e9b87368fa0e..b134db290b63b4c532f7b682f9b1bef8d53593de 100644
|
| --- a/webkit/glue/webpreferences.cc
|
| +++ b/webkit/glue/webpreferences.cc
|
| @@ -54,6 +54,7 @@ void WebPreferences::Apply(WebView* web_view) const {
|
| settings->setOfflineWebApplicationCacheEnabled(application_cache_enabled);
|
| settings->setExperimentalNotificationsEnabled(
|
| experimental_notifications_enabled);
|
| + settings->setExperimentalWebSocketsEnabled(web_sockets_enabled);
|
|
|
| // This setting affects the behavior of links in an editable region:
|
| // clicking the link should select it rather than navigate to it.
|
|
|