| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index 0e365a52ddfec24c6f4a5f6daf29681898141f3f..dc789b3d0e1ab5dcff25675618d743915aab4400 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -335,8 +335,7 @@ class Shell : public i::AllStatic {
|
|
|
| static MaybeLocal<Script> CompileString(
|
| Isolate* isolate, Local<String> source, Local<Value> name,
|
| - v8::ScriptCompiler::CompileOptions compile_options,
|
| - SourceType source_type);
|
| + v8::ScriptCompiler::CompileOptions compile_options);
|
| static bool ExecuteString(Isolate* isolate, Local<String> source,
|
| Local<Value> name, bool print_result,
|
| bool report_exceptions,
|
|
|