diff options
Diffstat (limited to 'content/shell/webkit_test_helpers.cc')
-rw-r--r-- | content/shell/webkit_test_helpers.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/webkit_test_helpers.cc b/content/shell/webkit_test_helpers.cc index 0ca1d17..104cf3f 100644 --- a/content/shell/webkit_test_helpers.cc +++ b/content/shell/webkit_test_helpers.cc @@ -60,6 +60,7 @@ void ApplyLayoutTestDefaultPreferences(webkit_glue::WebPreferences* prefs) { prefs->hyperlink_auditing_enabled = false; prefs->allow_displaying_insecure_content = true; prefs->allow_running_insecure_content = true; + prefs->webgl_errors_to_console_enabled = false; } } // namespace content |