diff options
Diffstat (limited to 'xpcom/glue/nsThreadUtils.h')
-rw-r--r-- | xpcom/glue/nsThreadUtils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xpcom/glue/nsThreadUtils.h b/xpcom/glue/nsThreadUtils.h index 9942a1060a..01270c1e94 100644 --- a/xpcom/glue/nsThreadUtils.h +++ b/xpcom/glue/nsThreadUtils.h @@ -1037,6 +1037,9 @@ public: private: bool lowIOPrioritySet; +#if defined(XP_MACOSX) + int oldPriority; +#endif }; void |