Revision: 13684
Author: [email protected]
Date: Mon Feb 18 05:01:00 2013
Log: Fix bogus assertion.
[email protected]
BUG=
Review URL: https://chromiumcodereview.appspot.com/12296008
http://code.google.com/p/v8/source/detail?r=13684
Modified:
/branches/bleeding_edge/src/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap.cc Fri Feb 15 01:27:10 2013
+++ /branches/bleeding_edge/src/heap.cc Mon Feb 18 05:01:00 2013
@@ -3600,7 +3600,9 @@
return Failure::OutOfMemoryException(0x5);
}
+#ifndef ENABLE_LATIN_1
ASSERT(String::IsAscii(resource->data(), static_cast<int>(length)));
+#endif // ENABLE_LATIN_1
Map* map = external_ascii_string_map();
Object* result;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.