Skip to content

Commit 38e4b11

Browse files
tniessenBethGriggs
authored andcommitted
test: fix typo in test_js_native_api_v8
PR-URL: #41584 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 700f766 commit 38e4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/test_js_native_api_v8.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ TEST_F(JsNativeApiV8Test, Reference) {
7474

7575
// We can hardly trigger a non-forced Garbage Collection in a stable way.
7676
// Here we just invoke the weak callbacks directly.
77-
// The persistant handles should be reset in the weak callback in respect
77+
// The persistent handles should be reset in the weak callback in respect
7878
// to the API contract of v8 weak callbacks.
7979
v8::WeakCallbackInfo<Reference::SecondPassCallParameterRef> data(
8080
reinterpret_cast<v8::Isolate*>(isolate_),

0 commit comments

Comments
 (0)