aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/runtime-profiler.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-28 19:51:38 -0700
committerisaacs <i@izs.me>2012-03-28 19:51:38 -0700
commit4b64542fe09477fc5c70e974eb1a78cdce755eb7 (patch)
treeb4d4cdfd5b07efbdae51098b422fde7844ff4715 /deps/v8/src/runtime-profiler.h
parent8a15147bc53849417f8737dd873877d497867c9f (diff)
downloadandroid-node-v8-4b64542fe09477fc5c70e974eb1a78cdce755eb7.tar.gz
android-node-v8-4b64542fe09477fc5c70e974eb1a78cdce755eb7.tar.bz2
android-node-v8-4b64542fe09477fc5c70e974eb1a78cdce755eb7.zip
Upgrade V8 to 3.9.24.6
Diffstat (limited to 'deps/v8/src/runtime-profiler.h')
-rw-r--r--deps/v8/src/runtime-profiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/runtime-profiler.h b/deps/v8/src/runtime-profiler.h
index f7ca3f020d..e3388492cb 100644
--- a/deps/v8/src/runtime-profiler.h
+++ b/deps/v8/src/runtime-profiler.h
@@ -136,7 +136,6 @@ class RuntimeProfiler {
// -1 => the profiler thread is waiting on the semaphore
// 0 or positive => the number of isolates running JavaScript code.
static Atomic32 state_;
- static Semaphore* semaphore_;
#ifdef DEBUG
static bool has_been_globally_set_up_;