Reviewers: ,
Description:
Fix presubmit failure.
[email protected]
BUG=
TEST=
Please review this at http://codereview.chromium.org/8364004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/stub-cache.cc
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);
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev