Chromium Code Reviews| Index: src/compiler/typer.h |
| diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
| index 994beb87593fbbbb18ac3b0bace01e72f53c8339..2cb0f51fd55ed26413e809672a2716d80ba42bb4 100644 |
| --- a/src/compiler/typer.h |
| +++ b/src/compiler/typer.h |
| @@ -71,6 +71,7 @@ class Typer { |
| ZoneVector<Handle<Object> > weaken_min_limits_; |
| ZoneVector<Handle<Object> > weaken_max_limits_; |
| + DISALLOW_COPY_AND_ASSIGN(Typer); |
| }; |
| } |
| } |