| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2628d2563f65fb34c483582b4ecd827846835cf6..d0e4c0ee80b8b4d3793ab32b43ae4cfd58331bc0 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -839,7 +839,7 @@ class Runtime : public AllStatic {
|
|
|
| static void SetupArrayBuffer(Isolate* isolate,
|
| Handle<JSArrayBuffer> array_buffer,
|
| - bool is_external, void* data,
|
| + bool is_external, bool is_guarded, void* data,
|
| size_t allocated_length);
|
|
|
| static bool SetupArrayBufferAllocatingData(Isolate* isolate,
|
|
|