| Index: webkit/glue/webpreferences.h
|
| ===================================================================
|
| --- webkit/glue/webpreferences.h (revision 9212)
|
| +++ webkit/glue/webpreferences.h (working copy)
|
| @@ -27,6 +27,7 @@
|
| int minimum_logical_font_size;
|
| std::wstring default_encoding;
|
| bool javascript_enabled;
|
| + bool web_security_enabled;
|
| bool javascript_can_open_windows_automatically;
|
| bool loads_images_automatically;
|
| bool plugins_enabled;
|
| @@ -60,6 +61,7 @@
|
| minimum_logical_font_size(6),
|
| default_encoding(L"ISO-8859-1"),
|
| javascript_enabled(true),
|
| + web_security_enabled(true),
|
| javascript_can_open_windows_automatically(true),
|
| loads_images_automatically(true),
|
| plugins_enabled(true),
|
|
|