Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index d1e656d6327ca965a846868c7b7ef86ee538daa7..32f798741c38c4f0066053ca19eb80b80aaa1302 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -136,6 +136,7 @@ WebPreferences::WebPreferences() |
use_solid_color_scrollbars(false), |
navigate_on_drag_drop(true), |
v8_cache_options(V8_CACHE_OPTIONS_OFF), |
+ v8_script_streaming_enabled(false), |
cookie_enabled(true), |
pepper_accelerated_video_decode_enabled(false) |
#if defined(OS_ANDROID) |