Chromium Code Reviews| Index: src/factory.h |
| =================================================================== |
| --- src/factory.h (revision 3112) |
| +++ src/factory.h (working copy) |
| @@ -252,8 +252,6 @@ |
| Vector< Handle<Object> > args); |
| static Handle<Object> NewRangeError(Handle<String> message); |
| - static Handle<Object> NewIndexError(uint32_t index); |
| - |
| static Handle<Object> NewSyntaxError(const char* type, Handle<JSArray> args); |
| static Handle<Object> NewSyntaxError(Handle<String> message); |