| Index: src/ic/ic-compiler.cc | 
| diff --git a/src/ic/ic-compiler.cc b/src/ic/ic-compiler.cc | 
| index 3a1731268fc2ad1ae807cb7e8a899d6c49c4abb8..900a2c35ccf8f79c7b900d9e910ec948319e452c 100644 | 
| --- a/src/ic/ic-compiler.cc | 
| +++ b/src/ic/ic-compiler.cc | 
| @@ -380,7 +380,6 @@ Handle<Code> PropertyICCompiler::GetCode(Code::Kind kind, Code::StubType type, | 
| Code::Flags flags = | 
| Code::ComputeFlags(kind, state, extra_ic_state_, type, cache_holder()); | 
| Handle<Code> code = GetCodeWithFlags(flags, name); | 
| -  IC::RegisterWeakMapDependency(code); | 
| PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); | 
| return code; | 
| } | 
|  |