Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index c47e35d3aeabb4be51a4a0d42c1824f875fad45c..f8147a23b69408caa24cb31098d03791e4fe7e79 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -2513,10 +2513,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_SetCode) { |
// Since we don't store the source we should never optimize this. |
target_shared->code()->set_optimizable(false); |
- // Clear the optimization hints related to the compiled code as these |
- // are no longer valid when the code is overwritten. |
- target_shared->ClearThisPropertyAssignmentsInfo(); |
- |
// Set the code of the target function. |
target->ReplaceCode(source_shared->code()); |
ASSERT(target->next_function_link()->IsUndefined()); |