Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: Source/core/xml/XMLErrors.h

Issue 333143003: Fix style errors in core/xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/xml/XMLErrors.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | Source/core/xml/XMLErrors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698