Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 7f6f1a050618a4aaec8483fb91bdc377a9f46993..a5fec00b976c622c8510ccee0129ade62761d34c 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -10214,7 +10214,6 @@ bool SharedFunctionInfo::VerifyBailoutId(BailoutId id) { |
void JSFunction::StartInobjectSlackTracking() { |
DCHECK(has_initial_map() && !IsInobjectSlackTrackingInProgress()); |
- if (!FLAG_clever_optimizations) return; |
Map* map = initial_map(); |
// Only initiate the tracking the first time. |