| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 21affdf567d1aa0d949c5935458a0e5865023fa0..6ee2246b298d5ed60227348cbba461fee52897a0 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -185,7 +185,8 @@ class Compiler : public AllStatic {
|
| 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,
|
|
|