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

Unified Diff: runtime/vm/os_android.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 | « no previous file | runtime/vm/os_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os_android.cc
diff --git a/runtime/vm/os_android.cc b/runtime/vm/os_android.cc
index 0bf5d36c12a6ca77de2448dee37fedaae16c4cab..6b198784819fc247d5186c0df4b6aaab195f7d91 100644
--- a/runtime/vm/os_android.cc
+++ b/runtime/vm/os_android.cc
@@ -22,6 +22,7 @@
#include "vm/dart.h"
#include "vm/debuginfo.h"
#include "vm/isolate.h"
+#include "vm/vtune.h"
#include "vm/zone.h"
@@ -381,7 +382,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 | « no previous file | runtime/vm/os_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698