Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index ef695cf337d0acfddda343be09407b9df19f43b4..b3779f291af96bf7cefd769c838fc1534aa9a665 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -1457,7 +1457,6 @@ Handle<Code> Factory::NewCode(const CodeDesc& desc, |
// fact that no allocation will happen from this point on. |
DisallowHeapAllocation no_gc; |
code->set_gc_metadata(Smi::FromInt(0)); |
- code->set_ic_age(isolate()->heap()->global_ic_age()); |
code->set_instruction_size(desc.instr_size); |
code->set_relocation_info(*reloc_info); |
code->set_flags(flags); |