Make lint happy.
TBR=kmillikin@chromium.org Review URL: http://codereview.chromium.org/3609008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5585 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
b999ae3cbd
commit
d498613c9a
@ -191,7 +191,7 @@ void CodeGenerator::Generate(CompilationInfo* info) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{
|
{ // NOLINT
|
||||||
CodeGenState state(this);
|
CodeGenState state(this);
|
||||||
// Entry:
|
// Entry:
|
||||||
// Stack: receiver, arguments, return address.
|
// Stack: receiver, arguments, return address.
|
||||||
|
@ -190,7 +190,7 @@ void CodeGenerator::Generate(CompilationInfo* info) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{
|
{ // NOLINT
|
||||||
CodeGenState state(this);
|
CodeGenState state(this);
|
||||||
// Entry:
|
// Entry:
|
||||||
// Stack: receiver, arguments, return address.
|
// Stack: receiver, arguments, return address.
|
||||||
|
Loading…
Reference in New Issue
Block a user