Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index c65a4ca5f3a46b08a91e139849301e736f3bd888..a4904f56d5d5bc486f7247cb12bee97d0449e9fa 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -429,7 +429,7 @@ class Parser { |
| int parsing_flags, // Combination of ParsingFlags |
| v8::Extension* extension, |
| ScriptDataImpl* pre_data); |
| - virtual ~Parser() { |
| + ~Parser() { |
| delete reusable_preparser_; |
| reusable_preparser_ = NULL; |
| } |