Fix presubmit errors
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6046 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
357afa385b
commit
75d5ad65c4
@ -283,7 +283,7 @@ void Top::Initialize() {
|
||||
ASSERT(runtime_profiler_semaphore_ == NULL);
|
||||
runtime_profiler_semaphore_ = OS::CreateSemaphore(0);
|
||||
#endif
|
||||
|
||||
|
||||
InitializeThreadLocal();
|
||||
|
||||
// Only preallocate on the first initialization.
|
||||
@ -305,7 +305,7 @@ void Top::TearDown() {
|
||||
delete runtime_profiler_semaphore_;
|
||||
runtime_profiler_semaphore_ = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
// Remove the external reference to the preallocated stack memory.
|
||||
if (preallocated_message_space != NULL) {
|
||||
delete preallocated_message_space;
|
||||
|
Loading…
Reference in New Issue
Block a user