Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1252)

Unified Diff: runtime/vm/os_linux.cc

Issue 14063008: Repair compilation with VTune support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/os_android.cc ('k') | runtime/vm/os_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « runtime/vm/os_android.cc ('k') | runtime/vm/os_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698