Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 4b5a267e77ec232441fc6852b08f03db81c240ec..0a4795d750209418fa18ec1db8296981d7e9b3e8 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -185,7 +185,7 @@ namespace v8 { namespace internal { |
| \ |
| /* Dates */ \ |
| F(DateCurrentTime, 0) \ |
| - F(DateParseString, 1) \ |
| + F(DateParseString, 2) \ |
| F(DateLocalTimezone, 1) \ |
| F(DateLocalTimeOffset, 0) \ |
| F(DateDaylightSavingsOffset, 1) \ |