Index: src/objects-visiting-inl.h |
diff --git a/src/objects-visiting-inl.h b/src/objects-visiting-inl.h |
index 4c9a4bd96bafd1bb49593fd412dba42547dec0c1..efb3a8d5560452f7892294371621f0093a135fd1 100644 |
--- a/src/objects-visiting-inl.h |
+++ b/src/objects-visiting-inl.h |
@@ -316,7 +316,7 @@ void StaticMarkingVisitor<StaticVisitor>::VisitSharedFunctionInfo( |
// TODO(mstarzinger): We may experiment with rebuilding it or with |
// retaining entries which should survive as we iterate through |
// optimized functions anyway. |
- shared->ClearOptimizedCodeMap("during full gc"); |
+ shared->ClearOptimizedCodeMap(NULL, "during full gc"); |
} |
MarkCompactCollector* collector = heap->mark_compact_collector(); |
if (collector->is_code_flushing_enabled()) { |