Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index d607b04cad9188fa1659a42535ad9a18422110f3..4f7702d2873f9c1f038aad066d488950e57cc737 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7461,7 +7461,6 @@ class JSGeneratorObject: public JSObject { |
| // cannot be resumed. |
| inline int continuation(); |
| inline void set_continuation(int continuation); |
| - inline bool is_suspended(); |
| // [operand_stack]: Saved operand stack. |
| DECL_ACCESSORS(operand_stack, FixedArray) |