Revision: 4243
Author: [email protected]
Date: Wed Mar 24 02:48:58 2010
Log: Fixing build in debug mode.
Review URL: http://codereview.chromium.org/1225003
http://code.google.com/p/v8/source/detail?r=4243
Modified:
/branches/bleeding_edge/src/conversions.cc
=======================================
--- /branches/bleeding_edge/src/conversions.cc Wed Mar 24 01:51:03 2010
+++ /branches/bleeding_edge/src/conversions.cc Wed Mar 24 02:48:58 2010
@@ -295,7 +295,6 @@
|| (*current >= 'a' && *current <= 'f')
|| (*current >= 'A' && *current <= 'F')) {
if (significant_digits <= max_significant_digits) {
- ASSERT(buffer_pos < buffer_size);
buffer[buffer_pos++] = *current;
significant_digits++;
} else {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply
to this email with the words "REMOVE ME" as the subject.