| Index: webkit/tools/test_shell/test_shell_webkit_init.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.cc (revision 72879)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.cc (working copy)
|
| @@ -47,6 +47,9 @@
|
| WebKit::WebRuntimeFeatures::enableDeviceMotion(false);
|
| WebKit::WebRuntimeFeatures::enableDeviceOrientation(true);
|
|
|
| + // Enable experimental I18N API for testing.
|
| + WebKit::WebRuntimeFeatures::enableExperimentalI18NAPI(true);
|
| +
|
| // Load libraries for media and enable the media player.
|
| FilePath module_path;
|
| WebKit::WebRuntimeFeatures::enableMediaPlayer(
|
|
|