| Index: src/token.h
|
| diff --git a/src/token.h b/src/token.h
|
| index a0afbc14f5f19eb82b192bcf3f30f048c32e6d1a..930d525da35092a7e03859cc66eb650acb22dc6e 100644
|
| --- a/src/token.h
|
| +++ b/src/token.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -168,7 +168,6 @@ namespace internal {
|
| /* Future reserved words (ECMA-262, section 7.6.1.2). */ \
|
| T(FUTURE_RESERVED_WORD, NULL, 0) \
|
| K(CONST, "const", 0) \
|
| - K(NATIVE, "native", 0) \
|
| \
|
| /* Illegal token - not able to scan. */ \
|
| T(ILLEGAL, "ILLEGAL", 0) \
|
|
|