summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index af2dbd32a5..82f68f1b11 100644
--- a/src/env.h
+++ b/src/env.h
@@ -490,7 +490,7 @@ class Environment {
~DefaultTriggerAsyncIdScope();
private:
- AliasedBuffer<double, v8::Float64Array> async_id_fields_ref_;
+ AsyncHooks* async_hooks_;
double old_default_trigger_async_id_;
DISALLOW_COPY_AND_ASSIGN(DefaultTriggerAsyncIdScope);