Skip to content

Commit 0456abb

Browse files
remove unintended copy-pasted line (#1011)
1 parent 49a9e55 commit 0456abb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ inline uv_loop_t* GetCurrentEventLoop() {
837837
#if (V8_MAJOR_VERSION > 14) || \
838838
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \
839839
(V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194)
840-
return object->GetAlignedPointerFromInternalField(
841840
object->SetAlignedPointerInInternalField(
842841
index, value, v8::kEmbedderDataTypeTagDefault
843842
);

0 commit comments

Comments
 (0)