diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/glue/GeckoChildProcessHost.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/glue/GeckoChildProcessHost.h b/ipc/glue/GeckoChildProcessHost.h index 561c3c6d2d..529fde6f03 100644 --- a/ipc/glue/GeckoChildProcessHost.h +++ b/ipc/glue/GeckoChildProcessHost.h @@ -101,6 +101,12 @@ public: return mProcessType; } +#ifdef XP_MACOSX + task_t GetChildTask() { + return mChildTask; + } +#endif + /** * Must run on the IO thread. Cause the OS process to exit and * ensure its OS resources are cleaned up. |