| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index e4bd409764b0eeb00c97c88f2d48753109d8ea91..3c148e3098f8b93b0f9f86eeb4376ef3a449370a 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -185,6 +185,8 @@ class InstructionSelector FINAL {
|
| void VisitThrow(Node* value);
|
| void VisitDeoptimize(Node* deopt);
|
|
|
| + void UnsupportedOperator(Node* node);
|
| +
|
| // ===========================================================================
|
|
|
| Schedule* schedule() const { return schedule_; }
|
|
|