Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a37c851e8105b4e0be27723906d6c7885b4483e2..4ddb7f7a0234575c6b6bc13cfc7ff50059bad383 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -750,8 +750,9 @@ class Runtime : public AllStatic { |
Handle<Object> object, |
Handle<Object> key); |
- static bool SetupArrayBuffer(Isolate* isolate, |
+ static void SetupArrayBuffer(Isolate* isolate, |
Handle<JSArrayBuffer> array_buffer, |
+ bool is_external, |
void* data, |
size_t allocated_length); |