summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/call-site-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/call-site-info.h')
-rw-r--r--deps/v8/src/objects/call-site-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/call-site-info.h b/deps/v8/src/objects/call-site-info.h
index bb3ebbeb15..72ff3cb08a 100644
--- a/deps/v8/src/objects/call-site-info.h
+++ b/deps/v8/src/objects/call-site-info.h
@@ -84,7 +84,7 @@ class CallSiteInfo : public TorqueGeneratedCallSiteInfo<CallSiteInfo, Struct> {
#endif // V8_ENABLE_WEBASSEMBLY
// Returns the 0-based source position, which is the offset into the
- // Script in case of JavaScript and Asm.js, and the bytecode offset
+ // Script in case of JavaScript and Asm.js, and the wire byte offset
// in the module in case of actual Wasm. In case of async promise
// combinator frames, this returns the index of the promise.
static int GetSourcePosition(Handle<CallSiteInfo> info);