| Index: src/parsing/parser.cc
|
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
|
| index f5cbefd14cd962aad117029ef3bdfe7441db9ba1..0155e2c69b40ff42788647d22754334694bf10f6 100644
|
| --- a/src/parsing/parser.cc
|
| +++ b/src/parsing/parser.cc
|
| @@ -3825,7 +3825,6 @@ bool Parser::Parse(ParseInfo* info) {
|
| pre_parse_timer_ = isolate->counters()->pre_parse();
|
|
|
| if (!info->shared_info().is_null() && info->shared_info()->is_function()) {
|
| - DCHECK(!info->is_eval());
|
| result = ParseLazy(isolate, info);
|
| } else {
|
| SetCachedData(info);
|
|
|