| Index: src/d8.h
 | 
| diff --git a/src/d8.h b/src/d8.h
 | 
| index 44ee09a3b1d5df6d91413eadb601df36ca1eddb5..1938f7cfb9015455a6f793a0d00e7df381a9ff20 100644
 | 
| --- a/src/d8.h
 | 
| +++ b/src/d8.h
 | 
| @@ -251,6 +251,9 @@ class Shell : public i::AllStatic {
 | 
|    static Local<UnboundScript> CompileString(
 | 
|        Isolate* isolate, Local<String> source, Local<Value> name,
 | 
|        v8::ScriptCompiler::CompileOptions compile_options);
 | 
| +  static ScriptCompiler::CachedData* CompileCachedData(
 | 
| +      Local<String> source, Local<Value> name,
 | 
| +      ScriptCompiler::CompileOptions compile_options);
 | 
|    static bool ExecuteString(Isolate* isolate,
 | 
|                              Handle<String> source,
 | 
|                              Handle<Value> name,
 | 
| 
 |