Reviewers: fschneider, Description: Remove an inlined ASSERT made obsolete by r3598.
Please review this at http://codereview.chromium.org/549035 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/ast.h Index: src/ast.h =================================================================== --- src/ast.h (revision 3598) +++ src/ast.h (working copy) @@ -652,7 +652,6 @@ : TryStatement(try_block), catch_var_(catch_var), catch_block_(catch_block) { - ASSERT(catch_var->AsVariableProxy() != NULL); } virtual void Accept(AstVisitor* v);
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
