Chromium Code Reviews| Index: src/compiler/js-operator.h |
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
| index f80a0b1fc68b1915fc80d498fe36f92d79d909b1..2374ae63ae22d5e91d23da35d4f48eccbf025c8e 100644 |
| --- a/src/compiler/js-operator.h |
| +++ b/src/compiler/js-operator.h |
| @@ -501,6 +501,7 @@ class JSOperatorBuilder final : public ZoneObject { |
| const Operator* TypeOf(); |
| const Operator* InstanceOf(); |
| + const Operator* OrdinaryHasInstance(); |
| const Operator* ForInNext(); |
| const Operator* ForInPrepare(); |