Index: runtime/vm/os.h |
diff --git a/runtime/vm/os.h b/runtime/vm/os.h |
index d7d293acafc92b66b95574712fdd53dd3e5bda75..51d2caabf1b811df1b8c34f1d60ebc004d2bf5a1 100644 |
--- a/runtime/vm/os.h |
+++ b/runtime/vm/os.h |
@@ -111,6 +111,9 @@ class OS { |
// value. |
static bool StringToInt64(const char* str, int64_t* value); |
+ // Register code observers relevant to this OS |
siva
2012/12/14 19:13:40
missing "."
Max Heinritz (Google)
2012/12/14 19:59:47
Done.
|
+ static void RegisterCodeObservers(); |
+ |
// Initialize the OS class. |
static void InitOnce(); |