diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-07 10:28:14 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-07 10:28:14 +0100 |
commit | 70afb2993c8cfb72fae266c0c241ade69a94745d (patch) | |
tree | b4ad143865ffacdf3ec1bd4d4295d02fd7640c0a | |
parent | 0fddf6e728ddea66a463e1ccd007aa9d48498905 (diff) | |
download | uxp-70afb2993c8cfb72fae266c0c241ade69a94745d.tar.gz |
Fix incorrect entry of jnlp in XPCOM executables list.
-rw-r--r-- | xpcom/io/nsLocalFileWin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index 23c283f95f..e73e159500 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3034,7 +3034,6 @@ nsLocalFile::IsExecutable(bool* aResult) "ins", "isp", "jar", // java application bundle - "jnlp", // java web start "js", "jse", "lnk", |