diff --git a/js/src/jsconfig.h b/js/src/jsconfig.h index 9d4d47c8da64..12f11d0c3dca 100644 --- a/js/src/jsconfig.h +++ b/js/src/jsconfig.h @@ -449,7 +449,7 @@ #define JS_HAS_SWITCH_STATEMENT 1 /* has switch (v) {case c: ...} */ #define JS_HAS_SOME_PERL_FUN 1 /* has array.join/reverse/sort */ #define JS_HAS_MORE_PERL_FUN 1 /* has array.push, str.substr, etc */ -#define JS_HAS_STR_HTML_HELPERS 1 /* has str.anchor, str.bold, etc. */ +#define JS_HAS_STR_HTML_HELPERS 0 /* has str.anchor, str.bold, etc. */ #define JS_HAS_PERL_SUBSTR 1 /* has str.substr */ #define JS_HAS_VALUEOF_HINT 1 /* valueOf(hint) where hint is typeof */ #define JS_HAS_LEXICAL_CLOSURE 1 /* nested functions, lexically closed */ @@ -487,7 +487,7 @@ #define JS_HAS_FUN_EXPR_STMT 1 /* has function expression statement */ #define JS_HAS_LVALUE_RETURN 1 /* has o.item(i) = j; for native item */ #define JS_HAS_NO_SUCH_METHOD 1 /* has o.__noSuchMethod__ handler */ -#define JS_HAS_XML_SUPPORT 0 /* has ECMAScript for XML support */ +#define JS_HAS_XML_SUPPORT 1 /* has ECMAScript for XML support */ #else