Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: src/hydrogen.cc

Issue 6525052: Fix syntax error, feel sheepish. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix syntax error Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 4185e3e7c5d5cf8e0c0398a38d95b018433329c2..3aa7696b50c5cbd20b13b76513c4c3202d89677f 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -3767,7 +3767,7 @@ HInstruction* HGraphBuilder::BuildStoreKeyedPixelArrayElement(
HValue* object,
HValue* key,
HValue* val,
- XExpression* expr) {
+ Expression* expr) {
ASSERT(expr->IsMonomorphic());
AddInstruction(new HCheckNonSmi(object));
Handle<Map> map = expr->GetMonomorphicReceiverType();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698