Index: content/shell/common/webkit_test_helpers.cc |
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc |
index 6f38b7127318a3e7494171b51eaae9a50d86cda7..fbed2cd8ba50c621e27b75a092b763439b6cab07 100644 |
--- a/content/shell/common/webkit_test_helpers.cc |
+++ b/content/shell/common/webkit_test_helpers.cc |
@@ -47,6 +47,8 @@ void ExportLayoutTestSpecificPreferences(const TestPreferences& from, |
to->allow_file_access_from_file_urls = from.allow_file_access_from_file_urls; |
to->javascript_can_open_windows_automatically = |
from.java_script_can_open_windows_automatically; |
+ to->web_security_enabled = |
+ from.web_security_enabled; |
} |
// Applies settings that differ between layout tests and regular mode. Some |