| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 5c18c3e53ebc8d6d3eb2dfc0e36301481621d20d..424bae80706093b7a22bc48bb9e9b326cf951b18 100755
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -762,6 +762,7 @@ void Compiler::SetFunctionInfo(Handle<SharedFunctionInfo> function_info,
|
| *lit->this_property_assignments());
|
| function_info->set_try_full_codegen(lit->try_full_codegen());
|
| function_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation());
|
| + function_info->set_strict_mode(lit->strict_mode());
|
| }
|
|
|
|
|
|
|