| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 7be6c4ddc0977a8a534fc057fba0377e016f9933..12346392c31b46ba5fed4f0515ae23e96c08f1ba 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -928,7 +928,7 @@ Handle<SharedFunctionInfo> Compiler::CompileScript(
|
| bool is_shared_cross_origin,
|
| Handle<Context> context,
|
| v8::Extension* extension,
|
| - ScriptDataImpl** cached_data,
|
| + ScriptData** cached_data,
|
| CachedDataMode cached_data_mode,
|
| NativesFlag natives) {
|
| if (cached_data_mode == NO_CACHED_DATA) {
|
|
|