Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 95a7f419b6253d05d15b2a79c395c8d892d30c92..1e12e8a23c9307a5ac0588f6e449457abc596bb9 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -3128,6 +3128,7 @@ void Genesis::ConfigureUtilsObject(GlobalContextType context_type) { |
// The utils object can be removed for cases that reach this point. |
native_context()->set_natives_utils_object(heap()->undefined_value()); |
+ native_context()->set_extras_utils_object(heap()->undefined_value()); |
} |