Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: src/base/platform/semaphore.h

Issue 2048313002: Version 5.2.361.20 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.2
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/v8-version.h ('k') | src/base/platform/semaphore.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/platform/semaphore.h
diff --git a/src/base/platform/semaphore.h b/src/base/platform/semaphore.h
index ad8c7ec68be9f100acd1064bc6e40734a73c233c..18700d1ba005f01a77a2fb43f7c6b3219200f382 100644
--- a/src/base/platform/semaphore.h
+++ b/src/base/platform/semaphore.h
@@ -37,8 +37,7 @@ class Semaphore final {
~Semaphore();
// Increments the semaphore counter.
- // TODO(ulan): remove caller parameter once crbug.com/609249 is fixed.
- void Signal(const char* caller = nullptr);
+ void Signal();
// Suspends the calling thread until the semaphore counter is non zero
// and then decrements the semaphore counter.
« no previous file with comments | « include/v8-version.h ('k') | src/base/platform/semaphore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698