Chromium Code Reviews| Index: src/api.cc |
| =================================================================== |
| --- src/api.cc (revision 4897) |
| +++ src/api.cc (working copy) |
| @@ -106,9 +106,6 @@ |
| static FatalErrorCallback exception_behavior = NULL; |
| -int i::Internals::kJSObjectType = JS_OBJECT_TYPE; |
| -int i::Internals::kFirstNonstringType = FIRST_NONSTRING_TYPE; |
| -int i::Internals::kProxyType = PROXY_TYPE; |
| static void DefaultFatalErrorHandler(const char* location, |
| const char* message) { |