| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 83f4f1acd4da81e2f15c9ca3aabbf45c13def383..abfa963d2bec07814ed85e98cb2e0402255baa08 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2616,9 +2616,6 @@ class JSObject: public JSReceiver {
|
| MUST_USE_RESULT inline MaybeObject* FastPropertyAt(
|
| Representation representation,
|
| int index);
|
| - static Handle<Object> FastPropertyAt(Handle<JSObject> object,
|
| - Representation representation,
|
| - int index);
|
| inline Object* RawFastPropertyAt(int index);
|
| inline void FastPropertyAtPut(int index, Object* value);
|
|
|
|
|