Bug 1045176 - Unbreak build on non-SPS platforms after bug 1016629. r=nchen
This commit is contained in:
@@ -65,7 +65,6 @@ private:
|
||||
Stack* mStackToFill;
|
||||
#ifdef MOZ_THREADSTACKHELPER_PSEUDO
|
||||
const PseudoStack* const mPseudoStack;
|
||||
#endif
|
||||
#ifdef MOZ_THREADSTACKHELPER_NATIVE
|
||||
class CodeModulesProvider;
|
||||
class ThreadContext;
|
||||
@@ -75,6 +74,7 @@ private:
|
||||
#endif
|
||||
size_t mMaxStackSize;
|
||||
size_t mMaxBufferSize;
|
||||
#endif
|
||||
|
||||
bool PrepareStackBuffer(Stack& aStack);
|
||||
void FillStackBuffer();
|
||||
|
||||
Reference in New Issue
Block a user