| Index: Source/core/xml/XMLErrors.h
|
| diff --git a/Source/core/xml/XMLErrors.h b/Source/core/xml/XMLErrors.h
|
| index 35cfb0a6f9fe9b831256f72eaf1a2675f5101855..a36a9a34f6dcc4649375a212fd8b11210d2776c8 100644
|
| --- a/Source/core/xml/XMLErrors.h
|
| +++ b/Source/core/xml/XMLErrors.h
|
| @@ -44,7 +44,7 @@ public:
|
| void trace(Visitor*);
|
|
|
| // Exposed for callbacks:
|
| - enum ErrorType { warning, nonFatal, fatal };
|
| + enum ErrorType { ErrorTypeWarning, ErrorTypeNonFatal, ErrorTypeFatal };
|
| void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
|
| void handleError(ErrorType, const char* message, TextPosition);
|
|
|
|
|