Index: webkit/glue/webpreferences.cc |
=================================================================== |
--- webkit/glue/webpreferences.cc (revision 72306) |
+++ webkit/glue/webpreferences.cc (working copy) |
@@ -143,8 +143,10 @@ |
// 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 |
// Enable experimental WebGL support if requested on command line |
// and support is compiled in. |