Skip to content

Commit e043837

Browse files
committed
src: fix histogram build on v24.x
1 parent e5cc439 commit e043837

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/histogram.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ IterationHistogram::IterationHistogram(Environment* env,
488488
MakeWeak();
489489
wrap->SetAlignedPointerInInternalField(
490490
HistogramImpl::InternalFields::kImplField,
491-
static_cast<HistogramImpl*>(this),
492-
EmbedderDataTag::kDefault);
491+
static_cast<HistogramImpl*>(this));
493492
uv_check_init(env->event_loop(), &check_handle_);
494493
uv_prepare_init(env->event_loop(), &prepare_handle_);
495494
uv_unref(reinterpret_cast<uv_handle_t*>(&check_handle_));

0 commit comments

Comments
 (0)