From 018e370041baec872bd84de13cf100e2caabf1ba Mon Sep 17 00:00:00 2001 From: Jeremy Roman Date: Wed, 2 Sep 2020 10:13:55 -0400 Subject: [PATCH] [api] Correct comment on deprecated v8::String::IsExternal. Bug: v8:10641 Change-Id: I9248c6877ead34e622b94cd32959b6570f824e15 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2390442 Reviewed-by: Camillo Bruni Commit-Queue: Camillo Bruni Auto-Submit: Jeremy Roman Cr-Commit-Position: refs/heads/master@{#69678} --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8.h b/include/v8.h index bd3d3c2528..32687d90b5 100644 --- a/include/v8.h +++ b/include/v8.h @@ -3113,7 +3113,7 @@ class V8_EXPORT String : public Name { V8_INLINE static Local Empty(Isolate* isolate); /** - * Returns true if the string is external one-byte. + * Returns true if the string is external two-byte. * */ V8_DEPRECATE_SOON(