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:
parent
0fa7d4385f
commit
c916e8cfa7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user