| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index f89618dacfdad3fea604742ed5be3d7ab9f6bcc8..35bbd3dd780820107f432ee3efcade0d2c4a9ff2 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -902,8 +902,6 @@ class Runtime : public AllStatic {
|
|
|
| static void NeuterArrayBuffer(Handle<JSArrayBuffer> array_buffer);
|
|
|
| - static int FindIndexedNonNativeFrame(JavaScriptFrameIterator* it, int index);
|
| -
|
| enum TypedArrayId {
|
| // arrayIds below should be synchromized with typedarray.js natives.
|
| ARRAY_ID_UINT8 = 1,
|
|
|