Index: runtime/vm/timeline_test.cc |
diff --git a/runtime/vm/timeline_test.cc b/runtime/vm/timeline_test.cc |
index e023e287b548cddf0263c651fce9f23c3a8d4a49..617e8fe493d08a6a49ea586337291093fa91ed79 100644 |
--- a/runtime/vm/timeline_test.cc |
+++ b/runtime/vm/timeline_test.cc |
@@ -216,6 +216,10 @@ class EventCounterRecorder : public TimelineEventStreamingRecorder { |
counts_[event->event_type()]++; |
} |
+ void StreamDartEvent(const char* event) { |
+ // NOOP. |
+ } |
+ |
intptr_t CountFor(TimelineEvent::EventType type) { |
return counts_[type]; |
} |