Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 7b0b92152931dc3da1e9036cc585b631de054c5c..b58686e2a1192f7195ac6c1a663b1d679be48892 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -811,7 +811,6 @@ static bool InstallFullCode(CompilationInfo* info) { |
// Check the function has compiled code. |
ASSERT(shared->is_compiled()); |
- shared->set_code_age(0); |
shared->set_dont_optimize(lit->flags()->Contains(kDontOptimize)); |
shared->set_dont_inline(lit->flags()->Contains(kDontInline)); |
shared->set_ast_node_count(lit->ast_node_count()); |