Commit c916e8cf authored by Benedikt Meurer's avatar Benedikt Meurer

Remove stray + character.

TBR=jarin@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#26055}
parent 0fa7d438
...@@ -743,7 +743,7 @@ class RepresentationSelector { ...@@ -743,7 +743,7 @@ class RepresentationSelector {
callable.descriptor(), 0, flags, properties, jsgraph_->zone()); callable.descriptor(), 0, flags, properties, jsgraph_->zone());
node->set_op(jsgraph_->common()->Call(desc)); node->set_op(jsgraph_->common()->Call(desc));
node->InsertInput(jsgraph_->zone(), 0, node->InsertInput(jsgraph_->zone(), 0,
+jsgraph_->HeapConstant(callable.code())); jsgraph_->HeapConstant(callable.code()));
node->AppendInput(jsgraph_->zone(), jsgraph_->NoContextConstant()); node->AppendInput(jsgraph_->zone(), jsgraph_->NoContextConstant());
} }
break; break;
......
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