| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index eeaa8735a595c15e62ba10ab6164542b2f12300b..af3e135db4625fd369690b5a54c6583f9ae7987b 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -817,9 +817,6 @@ class Runtime : public AllStatic {
|
|
|
| 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 {
|
|
|