| Index: src/compiler/typer.h
|
| diff --git a/src/compiler/typer.h b/src/compiler/typer.h
|
| index ad488afd54e9f7ebbd8abaddb5ecb24514c6abae..87246ff7940e43dffe410682f56b1ecf0d56ca90 100644
|
| --- a/src/compiler/typer.h
|
| +++ b/src/compiler/typer.h
|
| @@ -65,8 +65,8 @@ class Typer {
|
| Type* random_fun_;
|
| LazyTypeCache* cache_;
|
|
|
| - ZoneVector<Handle<Object> > weaken_min_limits_;
|
| - ZoneVector<Handle<Object> > weaken_max_limits_;
|
| + ZoneVector<double> weaken_min_limits_;
|
| + ZoneVector<double> weaken_max_limits_;
|
| DISALLOW_COPY_AND_ASSIGN(Typer);
|
| };
|
|
|
|
|