Finally, remove logging to memory support.
Since r93412, Chromium no more passes "--logfile=*" to V8. R=danno@chromium.org BUG=859 Review URL: http://codereview.chromium.org/7479004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8720 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e63813ec48
commit
c32fa8fae7
@ -86,8 +86,6 @@ void Log::Initialize() {
|
||||
if (open_log_file) {
|
||||
if (strcmp(FLAG_logfile, "-") == 0) {
|
||||
OpenStdout();
|
||||
} else if (strcmp(FLAG_logfile, "*") == 0) {
|
||||
// Does nothing for now. Will be removed.
|
||||
} else if (strcmp(FLAG_logfile, kLogToTemporaryFile) == 0) {
|
||||
OpenTemporaryFile();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user