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
This commit is contained in:
parent
ec841bb97d
commit
181bdc5f06
@ -3767,7 +3767,7 @@ HInstruction* HGraphBuilder::BuildStoreKeyedPixelArrayElement(
|
|||||||
HValue* object,
|
HValue* object,
|
||||||
HValue* key,
|
HValue* key,
|
||||||
HValue* val,
|
HValue* val,
|
||||||
XExpression* expr) {
|
Expression* expr) {
|
||||||
ASSERT(expr->IsMonomorphic());
|
ASSERT(expr->IsMonomorphic());
|
||||||
AddInstruction(new HCheckNonSmi(object));
|
AddInstruction(new HCheckNonSmi(object));
|
||||||
Handle<Map> map = expr->GetMonomorphicReceiverType();
|
Handle<Map> map = expr->GetMonomorphicReceiverType();
|
||||||
|
Loading…
Reference in New Issue
Block a user