Chromium Code Reviews| Index: src/js/macros.py |
| diff --git a/src/js/macros.py b/src/js/macros.py |
| index 83d6f4435bf9932fc44970e395b73abf93cf9e7b..9fb665def7c55b0ac1270227c73d188582856d4d 100644 |
| --- a/src/js/macros.py |
| +++ b/src/js/macros.py |
| @@ -199,7 +199,8 @@ define kRegExpPrototypeSourceGetter = 30; |
| define kRegExpPrototypeOldFlagGetter = 31; |
| # [[PromiseState]] values: |
| -# These values should be kept in sync with PromiseStatus in globals.h |
| +# These values must be kept in sync with v8::Promise::PromiseState in |
| +# include/v8.h |
| define kPending = 0; |
| define kFulfilled = 1; |
| define kRejected = 2; |