| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 5d8b423290b05887fd62943af4831ae29a17416a..5f07300b0188a367cf3c21abe9e7a9e570099f1d 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -2365,7 +2365,7 @@ Type* Typer::Visitor::TypeConstant(Handle<Object> value) {
|
| switch (arity) {
|
| case SharedFunctionInfo::kDontAdaptArgumentsSentinel:
|
| // Some smart optimization at work... &%$!&@+$!
|
| - return Type::Any(zone());
|
| + break;
|
| case 0:
|
| return typer_->cache_.kAnyFunc0;
|
| case 1:
|
|
|