removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'. NOTE: trying to compile a ';' fails on AIX git-svn-id: svn://10.0.0.236/trunk@53239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -200,7 +200,7 @@ protected:
|
||||
|
||||
nsIStyleFrameConstruction* mFrameConstructor;
|
||||
|
||||
MOZ_TIMER_DECLARE(mStyleResolutionWatch);
|
||||
MOZ_TIMER_DECLARE(mStyleResolutionWatch)
|
||||
};
|
||||
|
||||
StyleSetImpl::StyleSetImpl()
|
||||
|
||||
Reference in New Issue
Block a user