Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 04f2a3b453abc5299309c4be03b4b09988a1f683..067e633e9a1db382022dff8c01f8b70934c4ab33 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2008 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -717,8 +717,7 @@ CompareOperation::CompareOperation(CompareOperation* other, |
: Expression(other), |
op_(other->op_), |
left_(left), |
- right_(right), |
- is_for_loop_condition_(other->is_for_loop_condition_) {} |
+ right_(right) {} |
Expression* CopyAstVisitor::DeepCopyExpr(Expression* expr) { |