| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index ef8f073f45276aa5c70af4636cb56d8dcfc88aef..e239a406c9c3ac97b98a03c4277e0e8df9ab0868 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -224,7 +224,6 @@ class CompilationInfo BASE_EMBEDDED {
|
| // initial mode setting.
|
| class IsCompilingForDebugging: public BitField<bool, 8, 1> {};
|
|
|
| -
|
| unsigned flags_;
|
|
|
| // Fields filled in by the compilation pipeline.
|
| @@ -311,6 +310,7 @@ class Compiler : public AllStatic {
|
| // Set the function info for a newly compiled function.
|
| static void SetFunctionInfo(Handle<SharedFunctionInfo> function_info,
|
| FunctionLiteral* lit,
|
| + CompilationInfo* info,
|
| bool is_toplevel,
|
| Handle<Script> script);
|
|
|
|
|