Bug 1111076 - Get rid of nsIScriptContext::GC(). r=smaug

This commit is contained in:
Andrew McCreight
2014-12-16 08:02:27 -08:00
parent cd2fe79a98
commit 0c3e04b6eb
4 changed files with 5 additions and 22 deletions

View File

@@ -2302,12 +2302,6 @@ nsJSContext::KillICCTimer()
}
}
void
nsJSContext::GC(JS::gcreason::Reason aReason)
{
PokeGC(aReason);
}
class NotifyGCEndRunnable : public nsRunnable
{
nsString mMessage;