Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@146626 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -757,8 +757,8 @@ nsSiteWindow2::~nsSiteWindow2()
|
||||
{
|
||||
}
|
||||
|
||||
NS_IMPL_ADDREF_USING_AGGREGATOR(nsSiteWindow2, mAggregator);
|
||||
NS_IMPL_RELEASE_USING_AGGREGATOR(nsSiteWindow2, mAggregator);
|
||||
NS_IMPL_ADDREF_USING_AGGREGATOR(nsSiteWindow2, mAggregator)
|
||||
NS_IMPL_RELEASE_USING_AGGREGATOR(nsSiteWindow2, mAggregator)
|
||||
|
||||
NS_INTERFACE_MAP_BEGIN(nsSiteWindow2)
|
||||
NS_INTERFACE_MAP_ENTRY(nsISupports)
|
||||
|
||||
Reference in New Issue
Block a user