Turn on CSS error reporting. b=65469 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2004-09-21 04:41:42 +00:00
parent feb3d9aee8
commit 0d3d6bc0d3
2 changed files with 2 additions and 6 deletions

View File

@ -42,10 +42,8 @@
#include "nsString.h"
class nsIUnicharInputStream;
// for testing
#ifdef DEBUG
// XXX turn this off for minimo builds
#define CSS_REPORT_PARSE_ERRORS
#endif
// for #ifdef CSS_REPORT_PARSE_ERRORS
#include "nsXPIDLString.h"

View File

@ -42,10 +42,8 @@
#include "nsString.h"
class nsIUnicharInputStream;
// for testing
#ifdef DEBUG
// XXX turn this off for minimo builds
#define CSS_REPORT_PARSE_ERRORS
#endif
// for #ifdef CSS_REPORT_PARSE_ERRORS
#include "nsXPIDLString.h"