| Index: sky/engine/public/web/WebSettings.h
 | 
| diff --git a/sky/engine/public/web/WebSettings.h b/sky/engine/public/web/WebSettings.h
 | 
| index ae6844d4cd5f4b5600b32d7b088db91633080583..c9412c32fb6d0889b9b637094bac97a7f8e4d5c0 100644
 | 
| --- a/sky/engine/public/web/WebSettings.h
 | 
| +++ b/sky/engine/public/web/WebSettings.h
 | 
| @@ -135,7 +135,6 @@ public:
 | 
|      virtual void setTouchEditingEnabled(bool) = 0;
 | 
|      virtual void setUnifiedTextCheckerEnabled(bool) = 0;
 | 
|      virtual void setUseWideViewport(bool) = 0;
 | 
| -    virtual void setV8CacheOptions(V8CacheOptions) = 0;
 | 
|      virtual void setWebGLErrorsToConsoleEnabled(bool) = 0;
 | 
|  
 | 
|  protected:
 | 
| 
 |