Bug 1045176 - Unbreak build on non-SPS platforms after bug 1016629. r=nchen

This commit is contained in:
Jan Beich
2014-07-28 12:29:00 +02:00
parent 791ef27f19
commit cc56bb4105
2 changed files with 8 additions and 2 deletions

View File

@@ -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();