Fixed presubmit error.

Review URL: https://chromiumcodereview.appspot.com/9584011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10907 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5033b9b6
......@@ -524,7 +524,8 @@ bool Call::ComputeTarget(Handle<Map> type, Handle<String> name) {
switch (lookup.type()) {
case CONSTANT_FUNCTION:
// We surely know the target for a constant function.
target_ = Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
target_ =
Handle<JSFunction>(lookup.GetConstantFunctionFromMap(*type));
return true;
case NORMAL:
case FIELD:
......
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