diff options
Diffstat (limited to 'webkit/glue/webpreferences.cc')
-rw-r--r-- | webkit/glue/webpreferences.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc index cc1965b..c0ff514 100644 --- a/webkit/glue/webpreferences.cc +++ b/webkit/glue/webpreferences.cc @@ -143,10 +143,8 @@ void WebPreferences::Apply(WebView* web_view) const { // 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. |