From c8cd78bb8b861dffb14e5abe76a0009d6831cb0a Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Thu, 6 Sep 2007 21:57:21 +0000 Subject: [PATCH] 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 --- mozilla/suite/browser/src/nsInternetSearchService.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/suite/browser/src/nsInternetSearchService.cpp b/mozilla/suite/browser/src/nsInternetSearchService.cpp index b849c3fb3a7..1ea266f56c1 100755 --- a/mozilla/suite/browser/src/nsInternetSearchService.cpp +++ b/mozilla/suite/browser/src/nsInternetSearchService.cpp @@ -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