Bug 459653 - Hang with DOMAttrModified and removing attributes, r=igor,sr=mrbkap

This commit is contained in:
Olli Pettay 2008-10-14 13:18:01 +03:00
parent 6ea716947b
commit 031dd5d97b

View File

@ -3333,7 +3333,9 @@ nsJSContext::ScriptEvaluated(PRBool aTerminated)
MaybeGC(mContext);
}
mOperationCallbackTime = LL_ZERO;
if (aTerminated) {
mOperationCallbackTime = LL_ZERO;
}
}
nsresult