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:
mikhail.naganov@gmail.com 2010-12-16 12:26:04 +00:00
parent 357afa385b
commit 75d5ad65c4

View File

@ -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;