| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 16e1f2180be53c2b04ce8f7affdfacc236a2b917..f156ca51082da085a12af3ebd789d64c7220c29b 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -128,6 +128,7 @@ class BytecodeGraphBuilder {
|
| void BuildBinaryOpWithImmediate(const Operator* op);
|
| void BuildCompareOp(const Operator* op);
|
| void BuildDelete(LanguageMode language_mode);
|
| + void BuildCastOperator(const Operator* op);
|
| void BuildForInPrepare();
|
| void BuildForInNext();
|
| void BuildInvokeIntrinsic();
|
|
|