Index: runtime/vm/gc_marker.cc |
diff --git a/runtime/vm/gc_marker.cc b/runtime/vm/gc_marker.cc |
index 42ee7fea690fada9daf6757a4a093325126d7c9c..2c53a0706161864cb90a52738164d42d01f9374b 100644 |
--- a/runtime/vm/gc_marker.cc |
+++ b/runtime/vm/gc_marker.cc |
@@ -595,7 +595,7 @@ class MarkTask : public ThreadPool::Task { |
StackZone stack_zone(Thread::Current()); |
Zone* zone = stack_zone.GetZone(); |
SkippedCodeFunctions* skipped_code_functions = |
- collect_code_ ? new(zone) SkippedCodeFunctions() : NULL; |
+ collect_code_ ? new(zone) SkippedCodeFunctions() : NULL; |
MarkingVisitor visitor(isolate_, heap_, page_space_, marking_stack_, |
delay_set_, skipped_code_functions); |
// Phase 1: Populate and drain marking stack in task. |