| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 6f02960dda7cd3cc0519f05baeba32ab63a7ddd4..29bbbc7034e92deef346bb0d85e7c3e2aad4e4f8 100755
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -279,7 +279,6 @@ Handle<SharedFunctionInfo> Compiler::Compile(Handle<String> source,
|
| // in that case too.
|
| ScriptDataImpl* pre_data = input_pre_data;
|
| if (pre_data == NULL
|
| - && FLAG_lazy
|
| && source_length >= FLAG_min_preparse_length) {
|
| pre_data = ParserApi::PartialPreParse(source, NULL, extension);
|
| }
|
|
|