| Index: src/compiler/bytecode-graph-builder.h | 
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h | 
| index 4db253cb01b8df6719b51dcb551bcabcc3f4de1a..c842c24b8cc8860ec85641d3491551b0e1382543 100644 | 
| --- a/src/compiler/bytecode-graph-builder.h | 
| +++ b/src/compiler/bytecode-graph-builder.h | 
| @@ -128,6 +128,7 @@ class BytecodeGraphBuilder { | 
| void BuildCastOperator(const Operator* op); | 
| void BuildForInPrepare(); | 
| void BuildForInNext(); | 
| +  void BuildInvokeIntrinsic(); | 
|  | 
| // Control flow plumbing. | 
| void BuildJump(); | 
|  |