Reviewers: Vitaly,

Message:
May you have a look, Vitaly?

Description:
Backport http://code.google.com/p/v8/source/detail?r=5188 to 2.2.


Please review this at http://codereview.chromium.org/3034058/show

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

Affected files:
  M     src/objects.cc


Index: src/objects.cc
===================================================================
--- src/objects.cc      (revision 5188)
+++ src/objects.cc      (working copy)
@@ -4738,7 +4738,7 @@
   }

   if (lhs->IsFlat()) {
-    if (IsAsciiRepresentation()) {
+    if (lhs->IsAsciiRepresentation()) {
       Vector<const char> vec1 = lhs->ToAsciiVector();
       if (rhs->IsFlat()) {
         if (rhs->IsAsciiRepresentation()) {


--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to