diff options
Diffstat (limited to 'dom/svg/test/test_selectSubString.xhtml')
-rw-r--r-- | dom/svg/test/test_selectSubString.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/svg/test/test_selectSubString.xhtml b/dom/svg/test/test_selectSubString.xhtml index 6755b65c56..66038237cb 100644 --- a/dom/svg/test/test_selectSubString.xhtml +++ b/dom/svg/test/test_selectSubString.xhtml @@ -39,7 +39,7 @@ function runTests() { } } - function expectNoThrow(charnum, nchars, expected) { + function expectNoThrow(charnum, nchars) { try { text.selectSubString(charnum, nchars); ok(true, |