diff --git a/lib/mozilla-ast.js b/lib/mozilla-ast.js index 0a439a59..15be4581 100644 --- a/lib/mozilla-ast.js +++ b/lib/mozilla-ast.js @@ -334,7 +334,7 @@ }; }); - def_to_moz(AST_RegExp, function To_Moz_Literal(M) { + def_to_moz(AST_RegExp, function To_Moz_RegExp(M) { var value = M.value; return { type: "Literal",