Fix typo to correctly say CallHandlerInfo

Change-Id: If5d92c95a043bb1711306820b61480d01da62b47
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1836257
Reviewed-by: Dan Elphick <delphick@chromium.org>
Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64095}
This commit is contained in:
Sathya Gunasekaran 2019-10-03 15:14:26 +01:00 committed by Commit Bot
parent 3556d2504c
commit 6f6da35738

View File

@ -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