Chromium Code Reviews| Index: src/log-utils.cc |
| diff --git a/src/log-utils.cc b/src/log-utils.cc |
| index 6112e34fcb5d4f4c20bd1b6b98fc966ebe90093e..27e654d5e8a55bb08da0f4bc47db87e210e65629 100644 |
| --- a/src/log-utils.cc |
| +++ b/src/log-utils.cc |
| @@ -34,7 +34,7 @@ namespace v8 { |
| namespace internal { |
| -const char* Log::kLogToTemporaryFile = "&"; |
| +const char* const Log::kLogToTemporaryFile = "&"; |
| Log::Log(Logger* logger) |