Bug 903524 - Rename TestJSHolder to IsJSHolder. r=smaug

This commit is contained in:
Andrew McCreight
2013-08-15 10:29:02 -07:00
parent 86616ac794
commit e3e62cf63d
5 changed files with 6 additions and 6 deletions

View File

@@ -892,7 +892,7 @@ CycleCollectedJSRuntime::RemoveJSHolder(void* aHolder)
#ifdef DEBUG
bool
CycleCollectedJSRuntime::TestJSHolder(void* aHolder)
CycleCollectedJSRuntime::IsJSHolder(void* aHolder)
{
return mJSHolders.Get(aHolder, nullptr);
}