Revision: 2602
Author: [email protected]
Date: Fri Jul 31 06:24:40 2009
Log: Add missing file to last changelist, for NaN Dates.
Review URL: http://codereview.chromium.org/159700
http://code.google.com/p/v8/source/detail?r=2602

Modified:
  /branches/bleeding_edge/src/runtime.cc

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Thu Jul 30 02:13:48 2009
+++ /branches/bleeding_edge/src/runtime.cc      Fri Jul 31 06:24:40 2009
@@ -4920,7 +4920,7 @@
    ASSERT(args.length() == 1);

    CONVERT_DOUBLE_CHECKED(x, args[0]);
-  char* zone = OS::LocalTimezone(x);
+  const char* zone = OS::LocalTimezone(x);
    return Heap::AllocateStringFromUtf8(CStrVector(zone));
  }


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

Reply via email to