summaryrefslogtreecommitdiff
path: root/core/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/core.js')
-rw-r--r--core/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.js b/core/core.js
index bf8052871..b84cb2e99 100644
--- a/core/core.js
+++ b/core/core.js
@@ -170,7 +170,7 @@ SharedQueue Binary Layout
function handleAsyncMsgFromRust(opId, buf) {
if (buf) {
- // This is the overflow_response case of deno::Isolate::poll().
+ // This is the overflow_response case of deno::JsRuntime::poll().
asyncHandlers[opId](buf);
} else {
while (true) {