Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index b2f2e965a14ec4bbb401da135ac204632127d293..f23c6667669602a4fe297907bd6552d1975303f1 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -754,8 +754,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); |