Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index b1619b575213c524cf815d31bfffcfcb66fe26c1..47e7f64c44cc591ce1865c9a3bdb61e500f14811 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -985,7 +985,8 @@ Handle<Code> StubCache::ComputeCallInitialize(int argc, RelocInfo::Mode mode) { |
Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc) { |
- return ComputeCallInitialize(argc, RelocInfo::CODE_TARGET, Code::KEYED_CALL_IC); |
+ return ComputeCallInitialize(argc, RelocInfo::CODE_TARGET, |
+ Code::KEYED_CALL_IC); |
} |
@@ -1622,9 +1623,10 @@ MaybeObject* StubCompiler::TryCompileCallDebugBreak(Code::Flags flags) { |
Handle<Code> StubCompiler::CompileCallDebugPrepareStepIn(Code::Flags flags) { |
- CALL_HEAP_FUNCTION(isolate(), |
- (set_failure(NULL), TryCompileCallDebugPrepareStepIn(flags)), |
- Code); |
+ CALL_HEAP_FUNCTION( |
+ isolate(), |
+ (set_failure(NULL), TryCompileCallDebugPrepareStepIn(flags)), |
+ Code); |
} |