Bug 764376 - Fix references to |class nsArenaMemoryStats|; r=ehsan

This commit is contained in:
Siddharth Agarwal [ 2012-06-13 10:43:38 -04:00
parent f034deb55c
commit 3c45c1f03b
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class nsARefreshObserver;
class nsAccessibilityService;
#endif
class nsIWidget;
class nsArenaMemoryStats;
struct nsArenaMemoryStats;
typedef short SelectionType;
typedef PRUint64 nsFrameState;

View File

@ -13,7 +13,7 @@
#include "mozilla/StandardInteger.h"
class nsArenaMemoryStats;
struct nsArenaMemoryStats;
// Uncomment this to disable arenas, instead forwarding to
// malloc for every allocation.