Fix lint
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6260 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ff8ed6b7b6
commit
544d941b09
@ -29,7 +29,7 @@
|
||||
#define V8_V8UTILS_H_
|
||||
|
||||
#include "utils.h"
|
||||
#include "platform.h" // For va_list on Solaris.
|
||||
#include "platform.h" // For va_list on Solaris.
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {
|
||||
|
@ -78,7 +78,7 @@ void LInstruction::PrintTo(StringStream* stream) {
|
||||
|
||||
if (HasPointerMap()) {
|
||||
stream->Add(" ");
|
||||
//pointer_map()->PrintTo(stream);
|
||||
// pointer_map()->PrintTo(stream);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user