mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1058405 - Fix typo in function name. r=jryans
This commit is contained in:
parent
dd01c823a8
commit
4c4d7c7767
@ -51,7 +51,7 @@ function addDirToZip(writer, dir, basePath) {
|
||||
* Convert an XPConnect result code to its name and message.
|
||||
* We have to extract them from an exception per bug 637307 comment 5.
|
||||
*/
|
||||
function getResultTest(code) {
|
||||
function getResultText(code) {
|
||||
let regexp =
|
||||
/^\[Exception... "(.*)" nsresult: "0x[0-9a-fA-F]* \((.*)\)" location: ".*" data: .*\]$/;
|
||||
let ex = Cc["@mozilla.org/js/xpc/Exception;1"].
|
||||
|
Loading…
Reference in New Issue
Block a user