| Index: runtime/vm/os_linux.cc
|
| diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc
|
| index ab50b273f759bddfc914837dc15f9f851d97ec1c..cf113b68e504358818cfb3257ff44b8333eda46f 100644
|
| --- a/runtime/vm/os_linux.cc
|
| +++ b/runtime/vm/os_linux.cc
|
| @@ -21,6 +21,7 @@
|
| #include "vm/dart.h"
|
| #include "vm/debuginfo.h"
|
| #include "vm/isolate.h"
|
| +#include "vm/vtune.h"
|
| #include "vm/zone.h"
|
|
|
|
|
| @@ -477,7 +478,7 @@ void OS::RegisterCodeObservers() {
|
| CodeObservers::Register(new PprofCodeObserver);
|
| }
|
| #if defined(DART_VTUNE_SUPPORT)
|
| - Register(new VTuneCodeObserver);
|
| + CodeObservers::Register(new VTuneCodeObserver);
|
| #endif
|
| }
|
|
|
|
|