Author: [email protected]
Date: Tue Feb 17 00:31:53 2009
New Revision: 1286

Modified:
    branches/bleeding_edge/src/log.cc

Log:
Fixed Linux build.

TBR=ager
Review URL: http://codereview.chromium.org/21402

Modified: branches/bleeding_edge/src/log.cc
==============================================================================
--- branches/bleeding_edge/src/log.cc   (original)
+++ branches/bleeding_edge/src/log.cc   Tue Feb 17 00:31:53 2009
@@ -280,7 +280,7 @@

  // Create a message builder starting from position 0. This acquires the  
mutex
  // in the logger as well.
-LogMessageBuilder::LogMessageBuilder(): pos_(0), sl(Logger::mutex_) {
+LogMessageBuilder::LogMessageBuilder(): sl(Logger::mutex_), pos_(0) {
    ASSERT(Logger::message_buffer_ != NULL);
  }


--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to