| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 9d96b503386c840222139aeee9cca23751cc4b2f..46661b681eb20940b4446b28ecbce04df7152c75 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7013,7 +7013,6 @@ class Script: public Struct {
|
| V(Array.prototype, pop, ArrayPop) \
|
| V(Array.prototype, shift, ArrayShift) \
|
| V(Function.prototype, apply, FunctionApply) \
|
| - V(Function.prototype, call, FunctionCall) \
|
| V(String.prototype, charCodeAt, StringCharCodeAt) \
|
| V(String.prototype, charAt, StringCharAt) \
|
| V(String, fromCharCode, StringFromCharCode) \
|
|
|