| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index e1019e29871af2e8fb65ecbbb5d64a4c7aeaf916..4134e742818d38a991fdf1a6d0739c6284fe03cb 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2513,7 +2513,6 @@ class JSObject: public JSReceiver {
|
| inline void RawFastDoublePropertyAtPut(FieldIndex index, double value);
|
| inline void WriteToField(int descriptor, PropertyDetails details,
|
| Object* value);
|
| - inline void WriteToField(int descriptor, Object* value);
|
|
|
| // Access to in object properties.
|
| inline int GetInObjectPropertyOffset(int index);
|
|
|