| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.h (revision 41846)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy)
|
| @@ -62,6 +62,7 @@
|
| WebKit::WebRuntimeFeatures::enableApplicationCache(true);
|
| WebKit::WebRuntimeFeatures::enableDatabase(true);
|
| WebKit::WebRuntimeFeatures::enableWebGL(true);
|
| + WebKit::WebRuntimeFeatures::enablePushState(true);
|
|
|
| // Load libraries for media and enable the media player.
|
| FilePath module_path;
|
|
|