| Index: webkit/glue/webpreferences.h
|
| ===================================================================
|
| --- webkit/glue/webpreferences.h (revision 39302)
|
| +++ webkit/glue/webpreferences.h (working copy)
|
| @@ -58,7 +58,6 @@
|
| GURL user_style_sheet_location;
|
|
|
| bool allow_universal_access_from_file_urls;
|
| - bool allow_file_access_from_file_urls;
|
|
|
| bool experimental_webgl_enabled;
|
|
|
| @@ -101,7 +100,6 @@
|
| tabs_to_links(true),
|
| user_style_sheet_enabled(false),
|
| allow_universal_access_from_file_urls(false),
|
| - allow_file_access_from_file_urls(false),
|
| experimental_webgl_enabled(false),
|
| geolocation_enabled(false) {
|
| }
|
|
|