Revision: 8818
Author: [email protected]
Date: Wed Aug 3 06:38:05 2011
Log: Merge r8730 into 3.4 branch, removing forgotten debug code.
Review URL: http://codereview.chromium.org/7466053
http://code.google.com/p/v8/source/detail?r=8818
Modified:
/branches/3.4
/branches/3.4/src/runtime.cc
/branches/3.4/src/version.cc
=======================================
--- /branches/3.4/src/runtime.cc Wed Jul 20 06:44:42 2011
+++ /branches/3.4/src/runtime.cc Wed Aug 3 06:38:05 2011
@@ -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);
}
}
=======================================
--- /branches/3.4/src/version.cc Wed Aug 3 04:03:19 2011
+++ /branches/3.4/src/version.cc Wed Aug 3 06:38:05 2011
@@ -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