Index: runtime/vm/bootstrap_natives.cc |
diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc |
index d0bef869c66072857cbe4383ad27d1d243fa081c..137dd42e21728c20b6ae055bfe84192ada2b674b 100644 |
--- a/runtime/vm/bootstrap_natives.cc |
+++ b/runtime/vm/bootstrap_natives.cc |
@@ -28,6 +28,9 @@ static struct NativeEntries { |
int argument_count_; |
} BootStrapEntries[] = { |
BOOTSTRAP_NATIVE_LIST(REGISTER_NATIVE_ENTRY) |
+#ifndef PRODUCT |
rmacnak
2016/02/19 01:10:58
We don't also prevent the mirrors library from bei
Cutch
2016/02/22 17:43:01
I now don't register the mirrors library in produc
|
+ MIRRORS_BOOTSTRAP_NATIVE_LIST(REGISTER_NATIVE_ENTRY) |
+#endif // !PRODUCT |
}; |