Fix presubmit errors

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6046 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 357afa38
...@@ -283,7 +283,7 @@ void Top::Initialize() { ...@@ -283,7 +283,7 @@ void Top::Initialize() {
ASSERT(runtime_profiler_semaphore_ == NULL); ASSERT(runtime_profiler_semaphore_ == NULL);
runtime_profiler_semaphore_ = OS::CreateSemaphore(0); runtime_profiler_semaphore_ = OS::CreateSemaphore(0);
#endif #endif
InitializeThreadLocal(); InitializeThreadLocal();
// Only preallocate on the first initialization. // Only preallocate on the first initialization.
...@@ -305,7 +305,7 @@ void Top::TearDown() { ...@@ -305,7 +305,7 @@ void Top::TearDown() {
delete runtime_profiler_semaphore_; delete runtime_profiler_semaphore_;
runtime_profiler_semaphore_ = NULL; runtime_profiler_semaphore_ = NULL;
#endif #endif
// Remove the external reference to the preallocated stack memory. // Remove the external reference to the preallocated stack memory.
if (preallocated_message_space != NULL) { if (preallocated_message_space != NULL) {
delete preallocated_message_space; delete preallocated_message_space;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment