Remove stray + character.

TBR=jarin@chromium.org

Review URL: https://codereview.chromium.org/847383002

Cr-Commit-Position: refs/heads/master@{#26055}
This commit is contained in:
Benedikt Meurer 2015-01-14 14:49:35 +01:00
parent 0fa7d4385f
commit c916e8cfa7

View File

@ -743,7 +743,7 @@ class RepresentationSelector {
callable.descriptor(), 0, flags, properties, jsgraph_->zone());
node->set_op(jsgraph_->common()->Call(desc));
node->InsertInput(jsgraph_->zone(), 0,
+jsgraph_->HeapConstant(callable.code()));
jsgraph_->HeapConstant(callable.code()));
node->AppendInput(jsgraph_->zone(), jsgraph_->NoContextConstant());
}
break;