mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
oops, fix debug build bustage
This commit is contained in:
parent
3c31766ec0
commit
7cc4b89fd0
@ -172,7 +172,7 @@ private:
|
||||
//nscoord mY;
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_LAYOUT
|
||||
#define NS_BOX_ASSERTION(box,expr,str) \
|
||||
if (!(expr)) { \
|
||||
box->DumpBox(stdout); \
|
||||
|
Loading…
Reference in New Issue
Block a user