Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 77053595228fdc3bbf155f9d2e93cc164e002867..a346e1c1ec60bf64bc3950de4f34eebcf804829c 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -161,6 +161,7 @@ class BytecodeGraphBuilder { |
const interpreter::BytecodeArrayIterator& iterator); |
void BuildForInPrepare(const interpreter::BytecodeArrayIterator& iterator); |
void BuildForInNext(const interpreter::BytecodeArrayIterator& iterator); |
+ void BuildIntrinsicOneArg(const interpreter::BytecodeArrayIterator& iterator); |
// Control flow plumbing. |
void BuildJump(int source_offset, int target_offset); |