Make --without-dbgrinfo-modules work properly.

Fixes for platforms without REPEATING_TIMERS (BeOS).  r=pavlov a=leaf


git-svn-id: svn://10.0.0.236/trunk@234716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2007-09-06 21:57:21 +00:00
parent bc9b449fc3
commit c8cd78bb8b

View File

@@ -717,6 +717,7 @@ void
InternetSearchDataSource::FireTimer(nsITimer* aTimer, void* aClosure)
{
InternetSearchDataSource *search = NS_STATIC_CAST(InternetSearchDataSource *, aClosure);
nsresult rv;
if (!search) return;
#ifndef REPEATING_TIMERS