Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 9d5b4d9e2eaafd9542d20e3c6b44d3414870b892..b7302575a1189518598f6c7b831f83adf04e5b8c 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3954,7 +3954,7 @@ class Library : public Object { |
static RawLibrary* InternalLibrary(); |
static RawLibrary* IsolateLibrary(); |
static RawLibrary* MathLibrary(); |
-#if !defined(PRODUCT) |
+#if !defined(DART_PRECOMPILED_RUNTIME) |
static RawLibrary* MirrorsLibrary(); |
#endif |
static RawLibrary* NativeWrappersLibrary(); |