Chromium Code Reviews| Index: src/full-codegen.h |
| diff --git a/src/full-codegen.h b/src/full-codegen.h |
| index 34e93eedf444fd81c6154574c4d7ff52ee80ab58..ff3faa88c56a5da565fd840717b063a9a82b45ac 100644 |
| --- a/src/full-codegen.h |
| +++ b/src/full-codegen.h |
| @@ -709,6 +709,7 @@ class FullCodeGenerator: public AstVisitor { |
| void ExitTryBlock(int handler_index); |
| void EnterFinallyBlock(); |
| void ExitFinallyBlock(); |
| + void ClearPendingMessage(); |
| // Loop nesting counter. |
| int loop_depth() { return loop_depth_; } |