Revision: 3352
Author: [email protected]
Date: Tue Nov 24 06:45:27 2009
Log: Fix compilation error in r3350

[email protected]
Review URL: http://codereview.chromium.org/435021
http://code.google.com/p/v8/source/detail?r=3352

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

=======================================
--- /branches/bleeding_edge/src/runtime.cc      Tue Nov 24 06:10:06 2009
+++ /branches/bleeding_edge/src/runtime.cc      Tue Nov 24 06:45:27 2009
@@ -3762,7 +3762,6 @@
    ASSERT(args.length() == 2);
    CONVERT_CHECKED(String, str1, args[0]);
    CONVERT_CHECKED(String, str2, args[1]);
-  Counters::cons_strings_runtime.Increment();
    return Heap::AllocateConsString(str1, str2);
  }


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

Reply via email to