hi, all

While compiling chrome, I get an error :error C2065:
'LOG_CHANNEL_PREFIXFATAL' : undeclared identifier.

I locate this error at some codes just like:

  static CommandLine* ForCurrentProcessMutable() {
--->    DCHECK(current_process_commandline_);
    return current_process_commandline_;
  }

I also find a lot of usages of DCHECK, so, what's wrong with it?

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to