Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 5459679982d152f63ffad01e0d27d32b40122a38..07048a16e71ec4136f49936d674e96e2bbee86fd 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -9401,7 +9401,6 @@ bool JSFunction::CompileLazy(Handle<JSFunction> function, |
bool result = true; |
if (function->shared()->is_compiled()) { |
function->ReplaceCode(function->shared()->code()); |
- function->shared()->set_code_age(0); |
} else { |
ASSERT(function->shared()->allows_lazy_compilation()); |
CompilationInfoWithZone info(function); |