Index: runtime/vm/deopt_instructions.cc |
diff --git a/runtime/vm/deopt_instructions.cc b/runtime/vm/deopt_instructions.cc |
index 614b9765b8a3e62961d2fc129d740a4f491ce702..1d892390b26581805b5e3e117a95f4422eb65045 100644 |
--- a/runtime/vm/deopt_instructions.cc |
+++ b/runtime/vm/deopt_instructions.cc |
@@ -141,7 +141,7 @@ DeoptContext::~DeoptContext() { |
if (FLAG_support_timeline && (deopt_start_micros_ != 0)) { |
TimelineStream* compiler_stream = Timeline::GetCompilerStream(); |
ASSERT(compiler_stream != NULL); |
- if (compiler_stream->Enabled()) { |
+ if (compiler_stream->enabled()) { |
// Allocate all Dart objects needed before calling StartEvent, |
// which blocks safe points until Complete is called. |
const Code& code = Code::Handle(zone(), code_); |