Revision: 6715
Author: [email protected]
Date: Thu Feb 10 01:16:33 2011
Log: Insert a space to please our presubmit overlords.

Review URL: http://codereview.chromium.org/6480027
http://code.google.com/p/v8/source/detail?r=6715

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Thu Feb 10 01:00:50 2011
+++ /branches/bleeding_edge/src/hydrogen.cc     Thu Feb 10 01:16:33 2011
@@ -5365,7 +5365,7 @@
   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);
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to