Bug 805046 - Add a class to represent a set of stacks that share a object list. r=vdjeric.

This commit is contained in:
Rafael Ávila de Espíndola
2012-11-05 13:45:19 -05:00
parent 158efa45a2
commit 162f2e3025
2 changed files with 149 additions and 41 deletions

View File

@@ -57,10 +57,6 @@ public:
void Clear();
// FIXME: remove these once chrome hang has switched to using offsets.
bool HasModule(const Module &aModule) const;
void RemoveModule(unsigned aIndex);
private:
std::vector<Module> mModules;
std::vector<Frame> mStack;