Chromium Code Reviews| Index: src/mirror-debugger.js |
| diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js |
| index b8878468a498b50ad7e9684b13dcd497a10cedb0..c325e58c869330b6e90d6443436293e8ecbfdfbc 100644 |
| --- a/src/mirror-debugger.js |
| +++ b/src/mirror-debugger.js |
| @@ -182,7 +182,7 @@ PropertyKind.Indexed = 2; |
| var PropertyType = {}; |
| PropertyType.Field = 0; |
| PropertyType.Constant = 1; |
| -PropertyType.Callbacks = 2; |
| +PropertyType.Callbacks = 3; |
| // Different attributes for a property. |