Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index 129fde2efd9debedc68da09fb6c98e472130b96e..71ed5571dcaee40b138f751251ba996cfc808a97 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -1695,6 +1695,9 @@ Type* Typer::Visitor::TypeObjectIsUndetectable(Node* node) { |
| return TypeUnaryOp(node, ObjectIsUndetectable); |
| } |
| +Type* Typer::Visitor::TypeArrayBufferWasNeutered(Node* node) { |
| + return Type::Boolean(); |
| +} |
| // Machine operators. |