Index: token.cpp
--- token.cpp.orig
+++ token.cpp
@@ -224,7 +224,7 @@ void DwTokenizer::ParseDomainLiteral()
 void DwTokenizer::PrintToken(ostream* aOut)
 {
     if (!aOut) return;
-    char* type = 0;
+    const char* type = 0;
     switch (mTkType) {
     case eTkError:
         type = "error          ";
