diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-19 12:47:01 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-19 12:47:01 +0100 |
commit | a413cf72888dcb5197ba44aba547b8d496231cff (patch) | |
tree | 35a642b0239e0a0c01e8326fcea611416ce7dd80 /js/xpconnect/tests/chrome | |
parent | 3114d48cee98c43c5d980eccfc104854860ef2be (diff) | |
download | UXP-a413cf72888dcb5197ba44aba547b8d496231cff.tar UXP-a413cf72888dcb5197ba44aba547b8d496231cff.tar.gz UXP-a413cf72888dcb5197ba44aba547b8d496231cff.tar.lz UXP-a413cf72888dcb5197ba44aba547b8d496231cff.tar.xz UXP-a413cf72888dcb5197ba44aba547b8d496231cff.zip |
Update RegExp Xray code
Issue #77
Diffstat (limited to 'js/xpconnect/tests/chrome')
-rw-r--r-- | js/xpconnect/tests/chrome/test_xrayToJS.xul | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/xpconnect/tests/chrome/test_xrayToJS.xul b/js/xpconnect/tests/chrome/test_xrayToJS.xul index 8e6b0f8a4..aaacd4d00 100644 --- a/js/xpconnect/tests/chrome/test_xrayToJS.xul +++ b/js/xpconnect/tests/chrome/test_xrayToJS.xul @@ -235,8 +235,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681 gPrototypeProperties['RegExp'] = ["constructor", "toSource", "toString", "compile", "exec", "test", Symbol.match, Symbol.replace, Symbol.search, Symbol.split, - "flags", "global", "ignoreCase", "multiline", "source", "sticky", "unicode", - "lastIndex"]; + "flags", "global", "ignoreCase", "multiline", "source", "sticky", "unicode"]; gConstructorProperties['RegExp'] = constructorProps(["input", "lastMatch", "lastParen", "leftContext", "rightContext", "$1", "$2", "$3", "$4", |