Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index a263fbce91b561cf2edf1c00375a5e7c6d8cd53a..2e2d3612f6b80c31d9c5f5e4e6584eda52b83c38 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -3149,8 +3149,6 @@ Genesis::Genesis(Isolate* isolate, |
InitializeGlobal(global_object, empty_function, context_type); |
InitializeNormalizedMapCaches(); |
- // TODO(yangguo): Find a way to prevent accidentially installing properties |
- // on the global object. |
if (!InstallNatives(context_type)) return; |
MakeFunctionInstancePrototypeWritable(); |