| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index fe0e22ef573d5c0d7500dc2f523a4c5d32029be6..ba5ee8731ed0929ae009fee70872d171468c7947 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -194,8 +194,7 @@ class Context: public FixedArray {
|
| PREVIOUS_INDEX,
|
| // The extension slot is used for either the global object (in global
|
| // contexts), eval extension object (function contexts), subject of with
|
| - // (with contexts), or the variable name (catch contexts), the serialized
|
| - // scope info (block contexts).
|
| + // (with contexts), or the variable name (catch contexts).
|
| EXTENSION_INDEX,
|
| GLOBAL_INDEX,
|
| MIN_CONTEXT_SLOTS,
|
|
|