Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 5c8d2ec027aff71512e78139ae6c6ebbd63e0abc..13b7756300f3fa70d5c49411898964aa99be5587 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, |