Insert a space to please our presubmit overlords.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent de06cd58
......@@ -5365,7 +5365,7 @@ void HGraphBuilder::GenerateRegExpConstructResult(int argument_count,
HContext* context = new HContext;
AddInstruction(context);
HCallStub* result =
new HCallStub(context,CodeStub::RegExpConstructResult, argument_count);
new HCallStub(context, CodeStub::RegExpConstructResult, argument_count);
ast_context()->ReturnInstruction(result, ast_id);
}
......
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