Commit 181bdc5f authored by danno@chromium.org's avatar danno@chromium.org

Fix syntax error, feel sheepish.

Review URL: http://codereview.chromium.org/6525052

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6822 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ec841bb9
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment