From cdd66aa7addaa7818fe47be193956d3d7a9e4cd8 Mon Sep 17 00:00:00 2001 From: "Nicolas B. Pierron" Date: Fri, 20 Dec 2013 09:17:39 -0800 Subject: [PATCH] no bug - JS Shell: Fix help message of isAsmJSModuleLoadedFromCache. r=me DONTBUILD --- js/src/builtin/TestingFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/builtin/TestingFunctions.cpp b/js/src/builtin/TestingFunctions.cpp index 0ef4adf0d9f..a529fa3ecbf 100644 --- a/js/src/builtin/TestingFunctions.cpp +++ b/js/src/builtin/TestingFunctions.cpp @@ -1552,7 +1552,7 @@ static const JSFunctionSpecWithHelp TestingFunctions[] = { " validated according to the asm.js spec."), JS_FN_HELP("isAsmJSModuleLoadedFromCache", IsAsmJSModuleLoadedFromCache, 1, 0, -"isAsmJSModule(fn)", +"isAsmJSModuleLoadedFromCache(fn)", " Return whether the given asm.js module function has been loaded directly\n" " from the cache. This function throws an error if fn is not a validated asm.js\n" " module."),