Looks like mac doesn't like the spurious ; in
#ifdef DEBUG; ... removing it.
This commit is contained in:
@@ -1776,7 +1776,7 @@ NS_IMETHODIMP nsDocShell::ReportScriptError(const char* aErrorString,
|
||||
{
|
||||
// for non-DEBUG builds, tuck xul errors under the rug, and
|
||||
// only show those originating from content.
|
||||
#ifdef DEBUG;
|
||||
#ifdef DEBUG
|
||||
showAlert = PR_TRUE;
|
||||
#else
|
||||
showAlert = PR_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user