Revision: 6046
Author: [email protected]
Date: Thu Dec 16 04:26:04 2010
Log: Fix presubmit errors
http://code.google.com/p/v8/source/detail?r=6046
Modified:
/branches/bleeding_edge/src/top.cc
=======================================
--- /branches/bleeding_edge/src/top.cc Thu Dec 16 04:14:56 2010
+++ /branches/bleeding_edge/src/top.cc Thu Dec 16 04:26:04 2010
@@ -283,7 +283,7 @@
ASSERT(runtime_profiler_semaphore_ == NULL);
runtime_profiler_semaphore_ = OS::CreateSemaphore(0);
#endif
-
+
InitializeThreadLocal();
// Only preallocate on the first initialization.
@@ -305,7 +305,7 @@
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;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev