Reviewers: Hannes Payer,

Description:
Fix debug compilation after r18337

BUG=chromium:327298
LOG=N

Please review this at https://codereview.chromium.org/115113009/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -1 lines):
  M src/profile-generator.cc


Index: src/profile-generator.cc
diff --git a/src/profile-generator.cc b/src/profile-generator.cc
index 30783c6b1cb2f6bd7b90f573b8b55d51c62e20a0..6bd446e0c49d471348fc2548beb342b9e1804ab1 100644
--- a/src/profile-generator.cc
+++ b/src/profile-generator.cc
@@ -487,7 +487,6 @@ CpuProfilesCollection::~CpuProfilesCollection() {

 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