| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index dba897d42cdc75920c9142e9e0b0aa67ce68a0d8..58b2c53b8bc6b69d0233b5d2c6be1168c81f4ab4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7680,7 +7680,7 @@ class JSMessageObject: public JSObject {
|
| // used for tracking the last usage (used for code flushing)..
|
| // - max number of registers used by irregexp implementations.
|
| // - number of capture registers (output values) of the regexp.
|
| -class JSRegExp final : public JSObject {
|
| +class JSRegExp: public JSObject {
|
| public:
|
| // Meaning of Type:
|
| // NOT_COMPILED: Initial value. No data has been stored in the JSRegExp yet.
|
|
|