Index: webkit/glue/webpreferences.cc |
=================================================================== |
--- webkit/glue/webpreferences.cc (revision 72269) |
+++ webkit/glue/webpreferences.cc (working copy) |
@@ -60,7 +60,6 @@ |
frame_flattening_enabled(false), |
allow_universal_access_from_file_urls(false), |
allow_file_access_from_file_urls(false), |
- webaudio_enabled(false), |
experimental_webgl_enabled(false), |
show_composited_layer_borders(false), |
accelerated_compositing_enabled(false), |
@@ -143,11 +142,6 @@ |
// but also because it cause a possible crash in Editor::hasBidiSelection(). |
settings->setTextDirectionSubmenuInclusionBehaviorNeverIncluded(); |
-#ifdef HAS_WEBAUDIO_FEATURE_ENABLE |
- // Enable the web audio API if requested on the command line. |
- settings->setWebAudioEnabled(webaudio_enabled); |
-#endif // HAS_WEBAUDIO_FEATURE_ENABLE |
- |
// Enable experimental WebGL support if requested on command line |
// and support is compiled in. |
bool enable_webgl = |