Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: src/hydrogen.cc

Issue 6552001: Fix presubmit failure. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index c1208cbc7b82395ae195ddacb07712ea66491403..1aa05e5993e63c8bb31d502478275995be2d09dd 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -5436,7 +5436,8 @@ void HGraphBuilder::GenerateRegExpConstructResult(CallRuntime* call) {
CHECK_BAILOUT;
HContext* context = new HContext;
AddInstruction(context);
- HCallStub* result = new HCallStub(context, CodeStub::RegExpConstructResult, 3);
+ HCallStub* result =
+ new HCallStub(context, CodeStub::RegExpConstructResult, 3);
Drop(3);
ast_context()->ReturnInstruction(result, call->id());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698