Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index a5b72c3413d8c0b12ded39d366ab6d17508abd6f..411b588b7ff944e009f2cf66bcde3abbb813dba3 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1895,6 +1895,7 @@ class HGraphBuilder { |
SourcePosition source_position() { return position_; } |
void set_source_position(SourcePosition position) { position_ = position; } |
+ HValue* BuildAllocateEmptyArrayBuffer(HValue* byte_length); |
template <typename ViewClass> |
void BuildArrayBufferViewInitialization(HValue* obj, |
HValue* buffer, |