| Index: src/mirror-debugger.js
|
| diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js
|
| index f71483a664e6a5ec438ffc9fbe4b5566ce9c4348..94e616a7f53028e415bb3291ea2d13f77eca8092 100644
|
| --- a/src/mirror-debugger.js
|
| +++ b/src/mirror-debugger.js
|
| @@ -176,10 +176,8 @@ PropertyType.ConstantFunction = 2;
|
| PropertyType.Callbacks = 3;
|
| PropertyType.Handler = 4;
|
| PropertyType.Interceptor = 5;
|
| -PropertyType.MapTransition = 6;
|
| -PropertyType.ExternalArrayTransition = 7;
|
| -PropertyType.ConstantTransition = 8;
|
| -PropertyType.NullDescriptor = 9;
|
| +PropertyType.Transition = 6;
|
| +PropertyType.Nonexistent = 7;
|
|
|
|
|
| // Different attributes for a property.
|
|
|