From 5488d2dbd888a78067406c75123d6f2c4af8c223 Mon Sep 17 00:00:00 2001 From: Yuki Shiino Date: Sun, 16 Aug 2020 01:02:06 +0900 Subject: [PATCH] minor tidy up of v8/include/v8.h Moves a forward declaration of v8::CFunction to the appropriate position. Change-Id: I9ea8c7697a0abd39a0c8fdc536aae0417e04cafe Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2359091 Reviewed-by: Ulan Degenbaev Commit-Queue: Yuki Shiino Cr-Commit-Position: refs/heads/master@{#69424} --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8.h b/include/v8.h index 263e7da8f1..a839165324 100644 --- a/include/v8.h +++ b/include/v8.h @@ -45,6 +45,7 @@ class BigInt; class BigIntObject; class Boolean; class BooleanObject; +class CFunction; class Context; class Data; class Date; @@ -6356,7 +6357,6 @@ typedef bool (*AccessCheckCallback)(Local accessing_context, Local accessed_object, Local data); -class CFunction; /** * A FunctionTemplate is used to create functions at runtime. There * can only be one function created from a FunctionTemplate in a