Skip to content

Commit 54a68e4

Browse files
authored
[upstream:v8.10.3] Fix ContextifyContext::PropertySetterCallback() (#140)
... which must return result if the request was intercepted.
1 parent 4c52869 commit 54a68e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_contextify.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ void ContextifyContext::PropertySetterCallback(
459459
}
460460

461461
USE(ctx->sandbox()->Set(context, property, value));
462+
args.GetReturnValue().Set(true);
462463
}
463464

464465
// static

0 commit comments

Comments
 (0)