Revision: 18339
Author:   [email protected]
Date:     Wed Dec 18 09:12:31 2013 UTC
Log:      Fix debug compilation after r18337

BUG=chromium:327298
LOG=N
[email protected]

Review URL: https://codereview.chromium.org/115113009
http://code.google.com/p/v8/source/detail?r=18339

Modified:
 /branches/bleeding_edge/src/profile-generator.cc

=======================================
--- /branches/bleeding_edge/src/profile-generator.cc Wed Dec 18 08:59:09 2013 UTC +++ /branches/bleeding_edge/src/profile-generator.cc Wed Dec 18 09:12:31 2013 UTC
@@ -487,7 +487,6 @@

 bool CpuProfilesCollection::StartProfiling(const char* title,
                                            bool record_samples) {
-  ASSERT(uid > 0);
   current_profiles_semaphore_.Wait();
   if (current_profiles_.length() >= kMaxSimultaneousProfiles) {
     current_profiles_semaphore_.Signal();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to