| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 5ad3820f962787a82a73c031c29c0776d3eb1940..a5cb55525274f6b2c7e68443bc830cce096d6c00 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1195,7 +1195,7 @@ void Genesis::InitializeExperimentalGlobal() {
|
| Isolate* isolate = this->isolate();
|
| Handle<JSObject> global = Handle<JSObject>(global_context()->global());
|
|
|
| - // TODO (mstarzinger): Move this into Genesis::InitializeGlobal once we no
|
| + // TODO(mstarzinger): Move this into Genesis::InitializeGlobal once we no
|
| // longer need to live behind a flag, so WeakMap gets added to the snapshot.
|
| if (FLAG_harmony_weakmaps) { // -- W e a k M a p
|
| Handle<JSFunction> weakmap_fun =
|
|
|