Index: src/mirror-debugger.js |
diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js |
index 99e981973e4deb47c269ec2bea78cfea4e1b4cb4..3a0353515c1d449053959fd2049d60015b3c54c7 100644 |
--- a/src/mirror-debugger.js |
+++ b/src/mirror-debugger.js |
@@ -174,11 +174,12 @@ PropertyType.Normal = 0; |
PropertyType.Field = 1; |
PropertyType.ConstantFunction = 2; |
PropertyType.Callbacks = 3; |
-PropertyType.Interceptor = 4; |
-PropertyType.MapTransition = 5; |
-PropertyType.ExternalArrayTransition = 6; |
-PropertyType.ConstantTransition = 7; |
-PropertyType.NullDescriptor = 8; |
+PropertyType.Handler = 4; |
+PropertyType.Interceptor = 5; |
+PropertyType.MapTransition = 6; |
+PropertyType.ExternalArrayTransition = 7; |
+PropertyType.ConstantTransition = 8; |
+PropertyType.NullDescriptor = 9; |
// Different attributes for a property. |