mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
oops ifdef 0 is bad should be if 0
This commit is contained in:
parent
ab14eb706e
commit
91be934323
@ -27,7 +27,7 @@ static PRBool getRangeFromFrame(nsIFrame *aFrame, nsIDOMRange *aRange, PRInt32
|
||||
static void printRange(nsIDOMRange *aDomRange);
|
||||
static nsIFrame *findFrameFromContent(nsIFrame *aParent, nsIContent *aContent, PRBool aTurnOff);
|
||||
|
||||
#ifdef 0
|
||||
#if 0
|
||||
#define DEBUG_OUT_RANGE(x) printRange(x)
|
||||
#else
|
||||
#define DEBUG_OUT_RANGE(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user