| Index: src/accessors.h
|
| diff --git a/src/accessors.h b/src/accessors.h
|
| index 8fc1f84be3d6ea898507a89fcc8ddd882c2013f2..1677c1da3b4c85968d0b23e94e11fe3682942574 100644
|
| --- a/src/accessors.h
|
| +++ b/src/accessors.h
|
| @@ -68,7 +68,6 @@ class Accessors : public AllStatic {
|
| // Accessor functions called directly from the runtime system.
|
| static Handle<Object> FunctionSetPrototype(Handle<JSFunction> object,
|
| Handle<Object> value);
|
| - static Handle<Object> FunctionGetPrototype(Handle<JSFunction> object);
|
| static Handle<Object> FunctionGetArguments(Handle<JSFunction> object);
|
|
|
| // Accessor infos.
|
|
|