[M108 Migration] Export more symbol in chromium-ewk.filter to fix HBBTV launch fail 79/288479/2
authorzhao dan <danys.zhao@samsung.com>
Fri, 17 Feb 2023 05:51:36 +0000 (13:51 +0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 20 Feb 2023 02:32:48 +0000 (02:32 +0000)
Some V8_EXPORT interface have been used from HBBTV side, because without
dynamic shared symbol, HBBTV render process can not launch.

patch form:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/273624/

Change-Id: I30bbf32662c55fe6b205c627adcc51930b2ae980
Signed-off-by: zhao dan <danys.zhao@samsung.com>
tizen_src/ewk/chromium-ewk.filter

index e712df0..f0cb068 100644 (file)
@@ -4,18 +4,26 @@
     efl_webprocess_main;
     extern "C++" {
       v8::Array::*;
+      v8::ConsumeCodeCacheTask::*;
       v8::Context::*;
+      v8::EmbedderRootsHandler::*;
       v8::EscapableHandleScope::*;
       v8::Extension::*;
       v8::External::*;
+      v8::FixedArray::*;
       v8::Function::*;
       v8::FunctionTemplate::*;
       v8::HandleScope::*;
       v8::Int32::*;
       v8::Integer::*;
+      v8::internal::IsolateFromNeverReadOnlySpaceObject*;
+      v8::internal::ShouldThrowOnError*;
+      v8::internal::DecodeExternalPointerImpl*;
+      v8::internal::CanHaveInternalField*;
       v8::Isolate::*;
       v8::Message::*;
       v8::MicrotasksScope::*;
+      v8::ModuleRequest::*;
       v8::Number::*;
       v8::Object::*;
       v8::ObjectTemplate::*;