Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones

This commit is contained in:
Jeff Walden
2011-10-10 22:50:08 -07:00
parent b30def0ad2
commit 946f2ae0e3
254 changed files with 1486 additions and 700 deletions

View File

@@ -52,6 +52,8 @@
#define STATIC_JS_API
#endif
#include "mozilla/Util.h"
#include "nsComponentManagerUtils.h"
#include "nsServiceManagerUtils.h"
#include "nsCOMPtr.h"