Index: src/mirror-debugger.js |
diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js |
index 28ef24de0f2b9c372c9231726bcf295df87aae2a..3b360bb5d7753d4339891f7dcd9011457dc15948 100644 |
--- a/src/mirror-debugger.js |
+++ b/src/mirror-debugger.js |
@@ -173,7 +173,7 @@ PropertyKind.Indexed = 2; |
var PropertyType = {}; |
PropertyType.Normal = 0; |
PropertyType.Field = 1; |
-PropertyType.ConstantFunction = 2; |
+PropertyType.Constant = 2; |
PropertyType.Callbacks = 3; |
PropertyType.Handler = 4; |
PropertyType.Interceptor = 5; |