summaryrefslogtreecommitdiffstats
path: root/dom/svg/test/test_selectSubString.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/test/test_selectSubString.xhtml')
-rw-r--r--dom/svg/test/test_selectSubString.xhtml2
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,