Index: public/web/WebSettings.h |
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
index 1a4a74c04f7ce3f5c218409a4a4d2120998d1aac..913026fcc3fae884024d86373272b5e7e697e710 100644 |
--- a/public/web/WebSettings.h |
+++ b/public/web/WebSettings.h |
@@ -215,6 +215,7 @@ public: |
virtual void setUseWideViewport(bool) = 0; |
virtual void setUsesEncodingDetector(bool) = 0; |
virtual void setV8CacheOptions(V8CacheOptions) = 0; |
+ virtual void setV8ScriptStreamingEnabled(bool) = 0; |
virtual void setValidationMessageTimerMagnification(int) = 0; |
virtual void setViewportEnabled(bool) = 0; |
virtual void setViewportMetaEnabled(bool) = 0; |