Commit 6f6da357 authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

Fix typo to correctly say CallHandlerInfo

Change-Id: If5d92c95a043bb1711306820b61480d01da62b47
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1836257Reviewed-by: 's avatarDan Elphick <delphick@chromium.org>
Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64095}
parent 3556d250
......@@ -911,7 +911,7 @@ extern class FunctionTemplateRareData extends Struct {
@generateCppClass
extern class FunctionTemplateInfo extends TemplateInfo {
// Handler invoked when calling an instance of this FunctionTemplateInfo.
// Either CallInfoHandler or Undefined.
// Either CallHandlerInfo or Undefined.
call_code: Object;
class_name: Object;
// If the signature is a FunctionTemplateInfo it is used to check whether the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment