Revision: 5189
Author: [email protected]
Date: Thu Aug  5 11:23:43 2010
Log: Backport http://code.google.com/p/v8/source/detail?r=5188 to 2.2.

Review URL: http://codereview.chromium.org/3034058
http://code.google.com/p/v8/source/detail?r=5189

Modified:
 /branches/2.2/src/objects.cc

=======================================
--- /branches/2.2/src/objects.cc        Fri Jul 23 05:48:36 2010
+++ /branches/2.2/src/objects.cc        Thu Aug  5 11:23:43 2010
@@ -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
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to