Bug 1172055 - Fix non-unified bustage.

This commit is contained in:
Ryan VanderMeulen 2015-09-01 09:42:26 -04:00
parent 59a54a96b2
commit 2828b67302

View File

@ -11,6 +11,7 @@
#include "nsAttrAndChildArray.h"
#include "mozilla/CheckedInt.h"
#include "mozilla/MathAlgorithms.h"
#include "mozilla/MemoryReporting.h"
@ -23,6 +24,8 @@
#include "nsAutoPtr.h"
#include "nsContentUtils.h" // nsAutoScriptBlocker
using mozilla::CheckedUint32;
/*
CACHE_POINTER_SHIFT indicates how many steps to downshift the |this| pointer.
It should be small enough to not cause collisions between adjecent arrays, and