summaryrefslogtreecommitdiff
path: root/deps/v8/src/log.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-05-15 19:53:16 -0700
committerisaacs <i@izs.me>2012-05-16 14:22:33 -0700
commit3f3f958c14cf4e963a73d6f037ac381c77fe78bb (patch)
tree391e35b59e76d038534fbd375f1bbe0dc55076cf /deps/v8/src/log.h
parent4099d1eebae4e78864a6879c0b9e08f31d48d8cb (diff)
downloadandroid-node-v8-3f3f958c14cf4e963a73d6f037ac381c77fe78bb.tar.gz
android-node-v8-3f3f958c14cf4e963a73d6f037ac381c77fe78bb.tar.bz2
android-node-v8-3f3f958c14cf4e963a73d6f037ac381c77fe78bb.zip
Upgrade V8 to 3.11.1
Diffstat (limited to 'deps/v8/src/log.h')
-rw-r--r--deps/v8/src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/log.h b/deps/v8/src/log.h
index 129738757e..03c7b3b670 100644
--- a/deps/v8/src/log.h
+++ b/deps/v8/src/log.h
@@ -437,6 +437,8 @@ class SamplerRegistry : public AllStatic {
HAS_CPU_PROFILING_SAMPLERS
};
+ static void SetUp();
+
typedef void (*VisitSampler)(Sampler*, void*);
static State GetState();