diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:34:35 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:37:34 +0000 |
commit | bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12 (patch) | |
tree | 625acbee200e8197fe87b87b1f2c553a2a9162cf /dom/plugins/ipc/PluginAsyncSurrogate.h | |
parent | f7670e6f530917a323b93ec8531e8f54cbe63fd7 (diff) | |
download | UXP-bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12.tar UXP-bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12.tar.gz UXP-bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12.tar.lz UXP-bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12.tar.xz UXP-bbdf84dd35c8a74d634b7b1a968cd6e14cca3c12.zip |
Issue #80 - De-unify dom/plugins/ipc
Diffstat (limited to 'dom/plugins/ipc/PluginAsyncSurrogate.h')
-rw-r--r-- | dom/plugins/ipc/PluginAsyncSurrogate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/plugins/ipc/PluginAsyncSurrogate.h b/dom/plugins/ipc/PluginAsyncSurrogate.h index 5b6315715..8e69a57a4 100644 --- a/dom/plugins/ipc/PluginAsyncSurrogate.h +++ b/dom/plugins/ipc/PluginAsyncSurrogate.h @@ -8,6 +8,7 @@ #define dom_plugins_ipc_PluginAsyncSurrogate_h #include "mozilla/UniquePtr.h" +#include "mozilla/WeakPtr.h" #include "npapi.h" #include "npfunctions.h" #include "npruntime.h" |