Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 8f7a7d22ea9c5273a79a4b24eb2216a299254ee9..0be263a4881e01538faa7df87cbb863afa2da5fd 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -6649,7 +6649,6 @@ class JSRegExp: public JSObject { |
| inline Object* DataAtUnchecked(int index); |
| inline void SetDataAtUnchecked(int index, Object* value, Heap* heap); |
| inline Type TypeTagUnchecked(); |
| - inline void ResetLastIndex(); |
| static int code_index(bool is_ascii) { |
| if (is_ascii) { |