Chromium Code Reviews| Index: src/compiler.h |
| =================================================================== |
| --- src/compiler.h (revision 3836) |
| +++ src/compiler.h (working copy) |
| @@ -94,7 +94,8 @@ |
| Handle<Object> script_name, |
| int line_offset, int column_offset, |
| v8::Extension* extension, |
| - ScriptDataImpl* script_Data); |
| + ScriptDataImpl* pre_data, |
| + Handle<Object> script_data); |
| // Compile a String source within a context for Eval. |
| static Handle<JSFunction> CompileEval(Handle<String> source, |