Revision: 6822
Author: [email protected]
Date: Wed Feb 16 05:59:26 2011
Log: Fix syntax error, feel sheepish.

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

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Wed Feb 16 05:52:46 2011
+++ /branches/bleeding_edge/src/hydrogen.cc     Wed Feb 16 05:59:26 2011
@@ -3767,7 +3767,7 @@
     HValue* object,
     HValue* key,
     HValue* val,
-    XExpression* expr) {
+    Expression* expr) {
   ASSERT(expr->IsMonomorphic());
   AddInstruction(new HCheckNonSmi(object));
   Handle<Map> map = expr->GetMonomorphicReceiverType();

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to