Chromium Code Reviews| Index: src/compiler/typer.cc | 
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc | 
| index c1f816d34bc451a624acf38594fa1b6d1908bbbd..c3ea920a3bc2d38888310c251b9817594d342129 100644 | 
| --- a/src/compiler/typer.cc | 
| +++ b/src/compiler/typer.cc | 
| @@ -1563,6 +1563,7 @@ | 
| case Runtime::kInlineDoubleHi: | 
| return Type::Signed32(); | 
| case Runtime::kInlineConstructDouble: | 
| + case Runtime::kInlineDateField: | 
| case Runtime::kInlineMathFloor: | 
| case Runtime::kInlineMathSqrt: | 
| case Runtime::kInlineMathAcos: |