| Index: src/compiler/bytecode-graph-builder.cc
 | 
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
 | 
| index 851d5eb096f824174541ce3bf9a06635fd65fe7b..e113833dc1125a1a33b1c6f93c7719dc06cfc46e 100644
 | 
| --- a/src/compiler/bytecode-graph-builder.cc
 | 
| +++ b/src/compiler/bytecode-graph-builder.cc
 | 
| @@ -495,6 +495,12 @@ void BytecodeGraphBuilder::VisitCallRuntime(
 | 
|  }
 | 
|  
 | 
|  
 | 
| +void BytecodeGraphBuilder::VisitCallJSRuntime(
 | 
| +    const interpreter::BytecodeArrayIterator& iterator) {
 | 
| +  UNIMPLEMENTED();
 | 
| +}
 | 
| +
 | 
| +
 | 
|  void BytecodeGraphBuilder::VisitNew(
 | 
|      const interpreter::BytecodeArrayIterator& iterator) {
 | 
|    UNIMPLEMENTED();
 | 
| 
 |