Chromium Code Reviews| Index: src/harmony-regexp.js |
| diff --git a/src/harmony-regexp.js b/src/harmony-regexp.js |
| index a2b172983ec34df4e2e234fa6049d4ed858fc824..a1b32ab2385fff00609428934e6ee21ac140f75b 100644 |
| --- a/src/harmony-regexp.js |
| +++ b/src/harmony-regexp.js |
| @@ -28,7 +28,7 @@ function ExtendRegExpPrototype() { |
| %CheckIsBootstrapping(); |
| %DefineAccessorPropertyUnchecked($RegExp.prototype, 'flags', RegExpGetFlags, |
| - null, DONT_ENUM | DONT_DELETE); |
| + null, DONT_ENUM); |
| %SetNativeFlag(RegExpGetFlags); |
| } |