From 2ee4904c33223ef2c576bd97b0dc42baa4645fb1 Mon Sep 17 00:00:00 2001 From: j00466033 Date: Wed, 25 Dec 2024 16:17:05 +0800 Subject: [PATCH] Revert "JD ndk jsb" This reverts commit d93a226ebe110d789550729f966133c8dd70b3cf. --- web/webview/interfaces/native/arkweb_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/webview/interfaces/native/arkweb_type.h b/web/webview/interfaces/native/arkweb_type.h index d626371eb..a6631b2cd 100644 --- a/web/webview/interfaces/native/arkweb_type.h +++ b/web/webview/interfaces/native/arkweb_type.h @@ -344,7 +344,7 @@ typedef struct { typedef struct { /** The ArkWeb_CookieManagerAPI struct size. */ size_t size; - + /** * @brief Obtains the cookie value corresponding to a specified URL. * -- Gitee