Bug 422543 - part 3 - tiny followup/cleanup; r=neil

This commit is contained in:
Tim Taubert 2012-09-21 13:11:25 +02:00
parent 1efd7e31e4
commit 9c48d8bebf

View File

@ -106,7 +106,7 @@ static PRLogModuleInfo* gLogModule = PR_LOG_DEFINE("nsSHistory");
nsCOMPtr<nsISHistoryListener> listener = \
do_QueryReferent(iter.GetNext()); \
if (listener) { \
body; \
body \
} \
} \
} \