Fix minor formatting issue.

Review URL: http://codereview.chromium.org/40215

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1435 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b638d5c6
......@@ -208,7 +208,7 @@ static Object* Runtime_CreateObjectLiteralBoilerplate(Arguments args) {
if (result.is_null()) return Failure::Exception();
// Update the functions literal and return the boilerplate.
literals->set(literals_index, *result);;
literals->set(literals_index, *result);
return *result;
}
......
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