Reviewers: danno,

Description:
 Merge r8730 into 3.4 branch, removing a forgotten debug code.

Please review this at http://codereview.chromium.org/7466053/

SVN Base: http://v8.googlecode.com/svn/branches/3.4/

Affected files:
  M     src/runtime.cc
  M     src/version.cc


Index: src/runtime.cc
===================================================================
--- src/runtime.cc      (revision 8814)
+++ src/runtime.cc      (working copy)
@@ -11192,7 +11192,6 @@
   if (sinfo->number_of_stack_slots() > 0) {
index = scope_info->StackSlotIndex(isolate->heap()->arguments_symbol());
     if (index != -1) {
-      CHECK(false);
       return Handle<Object>(frame->GetExpression(index), isolate);
     }
   }
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 8814)
+++ src/version.cc      (working copy)
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     4
 #define BUILD_NUMBER      14
-#define PATCH_LEVEL       6
+#define PATCH_LEVEL       7
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


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

Reply via email to