| Index: src/property-details.h
|
| diff --git a/src/property-details.h b/src/property-details.h
|
| index 5d95f05e8ac28741c148fa92ab812e3afad6acfc..33d3b8d7efd6ef20b235efb070202cfaeb6cce2b 100644
|
| --- a/src/property-details.h
|
| +++ b/src/property-details.h
|
| @@ -53,7 +53,7 @@ enum PropertyLocation { kField = 0, kDescriptor = 1 };
|
|
|
| // Order of properties is significant.
|
| // Must fit in the BitField PropertyDetails::TypeField.
|
| -// A copy of this is in mirror-debugger.js.
|
| +// A copy of this is in debug/mirrors.js.
|
| enum PropertyType {
|
| DATA = (kField << 1) | kData,
|
| DATA_CONSTANT = (kDescriptor << 1) | kData,
|
|
|