diff options
Diffstat (limited to 'js/src/jsversion.h')
-rw-r--r-- | js/src/jsversion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jsversion.h b/js/src/jsversion.h index 8bdfe47b64..cf4c6e73a2 100644 --- a/js/src/jsversion.h +++ b/js/src/jsversion.h @@ -12,7 +12,6 @@ */ #define JS_HAS_STR_HTML_HELPERS 1 /* (no longer used) */ #define JS_HAS_OBJ_PROTO_PROP 1 /* has o.__proto__ etc. */ -#define JS_HAS_OBJ_WATCHPOINT 1 /* has o.watch and o.unwatch */ #define JS_HAS_TOSOURCE 1 /* has Object/Array toSource method */ #define JS_HAS_CATCH_GUARD 1 /* has exception handling catch guard */ #define JS_HAS_UNEVAL 1 /* has uneval() top-level function */ |