Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index a5d7860015b39eb74c01ce0d02326a5d9c126d08..8fa251efabf32a719028052e9107095dc1779df3 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -3888,6 +3888,7 @@ class JSRegExp: public JSObject { |
| static const int kIgnoreCaseFieldIndex = 2; |
| static const int kMultilineFieldIndex = 3; |
| static const int kLastIndexFieldIndex = 4; |
| + static const int kInObjectFieldCount = 5; |
| }; |