Backed out changeset 19fe3fd54e72 (bug 1016629) for causing Linux opt XPCShell Test failures on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2014-07-25 16:01:09 +02:00
parent 89c29a068a
commit 28f9503450

View File

@ -115,8 +115,6 @@ private:
static uint32_t GetHash(const HangStack& aStack);
HangStack mStack;
// Native stack that corresponds to the pseudostack in mStack
HangStack mNativeStack;
// Use a hash to speed comparisons
const uint32_t mHash;
@ -129,7 +127,6 @@ public:
HangHistogram(HangHistogram&& aOther)
: TimeHistogram(mozilla::Move(aOther))
, mStack(mozilla::Move(aOther.mStack))
, mNativeStack(mozilla::Move(aOther.mNativeStack))
, mHash(mozilla::Move(aOther.mHash))
{
}
@ -141,12 +138,6 @@ public:
const HangStack& GetStack() const {
return mStack;
}
HangStack& GetNativeStack() {
return mNativeStack;
}
const HangStack& GetNativeStack() const {
return mNativeStack;
}
};
/* Thread hang stats consist of