Bug 1072101 - Unified build fix; no review.

This commit is contained in:
Cameron McCormack 2015-03-31 14:05:33 +11:00
parent b1f66da064
commit 6186eabcf9

View File

@ -32,6 +32,8 @@
#include "nsIDocument.h"
#include <algorithm>
using namespace mozilla;
static_assert((((1 << nsStyleStructID_Length) - 1) &
~(NS_STYLE_INHERIT_MASK)) == 0,
"Not enough bits in NS_STYLE_INHERIT_MASK");