| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index af3e135db4625fd369690b5a54c6583f9ae7987b..eeaa8735a595c15e62ba10ab6164542b2f12300b 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -817,6 +817,9 @@
|
|
|
| static void NeuterArrayBuffer(Handle<JSArrayBuffer> array_buffer);
|
|
|
| + static void FreeArrayBuffer(Isolate* isolate,
|
| + JSArrayBuffer* phantom_array_buffer);
|
| +
|
| static int FindIndexedNonNativeFrame(JavaScriptFrameIterator* it, int index);
|
|
|
| enum TypedArrayId {
|
|
|