diff options
author | athenian200 <athenian200@outlook.com> | 2019-10-04 04:37:51 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2019-10-21 04:53:43 -0500 |
commit | 575f51a27d6b3627ae5675cc8e920c8dcae073bd (patch) | |
tree | 30a30c687b2d45a0c866e2d16e4974b67ffd4f61 /dom | |
parent | db34ef993c3b0a25619ec56d98303933b61169bc (diff) | |
download | uxp-575f51a27d6b3627ae5675cc8e920c8dcae073bd.tar.gz |
Fix a bunch of dumb typos and omissions.
Diffstat (limited to 'dom')
-rw-r--r-- | dom/plugins/ipc/PluginModuleChild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/plugins/ipc/PluginModuleChild.cpp b/dom/plugins/ipc/PluginModuleChild.cpp index 102c44a5e1..f943dfc427 100644 --- a/dom/plugins/ipc/PluginModuleChild.cpp +++ b/dom/plugins/ipc/PluginModuleChild.cpp @@ -286,7 +286,7 @@ PluginModuleChild::InitForChrome(const std::string& aPluginFilename, // TODO: use PluginPRLibrary here -#if defined(OS_LINUX) || defined(OS_BSD) +#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS) mShutdownFunc = (NP_PLUGINSHUTDOWN) PR_FindFunctionSymbol(mLibrary, "NP_Shutdown"); |