Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 7f87345901445b0dca0076f0f699cf8899277928..75c6d06fd202df0bdb2bdb08b3a8109eb25059dc 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -1760,8 +1760,6 @@ Handle<Code> StoreIC::CompileHandler(LookupIterator* lookup, |
TRACE_GENERIC_IC(isolate(), "StoreIC", "setter not a function"); |
break; |
} |
- // When debugging we need to go the slow path to flood the accessor. |
- if (GetSharedFunctionInfo()->HasDebugInfo()) break; |
Handle<JSFunction> function = Handle<JSFunction>::cast(setter); |
CallOptimization call_optimization(function); |
NamedStoreHandlerCompiler compiler(isolate(), receiver_map(), holder); |