[M120 Migration][HBBTV] export more symbols to hbbtv 96/305996/1
authoryh106.jung <yh106.jung@samsung.com>
Thu, 15 Feb 2024 00:17:26 +0000 (16:17 -0800)
committeryh106.jung <yh106.jung@samsung.com>
Thu, 15 Feb 2024 00:18:41 +0000 (16:18 -0800)
some methods have been moved out of the V8 class into
the namespace v8::api_internal

references:
https://review.tizen.org/gerrit/c/platform/framework/web/chromium-efl/+/291878
https://review.tizen.org/gerrit/c/platform/framework/web/chromium-efl/+/301019

Change-Id: Ieae8248ca5d246d2cb750d7f5d9b19e8cfe455b7
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/chromium-ewk.filter

index 0a6fb86..18a1d58 100644 (file)
@@ -3,6 +3,7 @@
     ewk_*;
     efl_webprocess_main;
     extern "C++" {
+      v8::api_internal::*;
       v8::Array::*;
       v8::ConsumeCodeCacheTask::*;
       v8::Context::*;