Revision: 19977
Author:   [email protected]
Date:     Mon Mar 17 10:28:53 2014 UTC
Log:      Fix C++ compilation issue

[email protected]
BUG=

Review URL: https://codereview.chromium.org/199743006
http://code.google.com/p/v8/source/detail?r=19977

Modified:
 /branches/bleeding_edge/src/preparser.h

=======================================
--- /branches/bleeding_edge/src/preparser.h     Mon Mar 17 10:21:01 2014 UTC
+++ /branches/bleeding_edge/src/preparser.h     Mon Mar 17 10:28:53 2014 UTC
@@ -1626,7 +1626,7 @@
     return expression;
   }

-  if (!IsValidLeftHandSide(expression)) {
+  if (!this->IsValidLeftHandSide(expression)) {
     this->ReportMessageAt(lhs_location, "invalid_lhs_in_assignment", true);
     *ok = false;
     return this->EmptyExpression();

--
--
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/d/optout.

Reply via email to