[M108 Migration][VD] Fix filesystem Cannot Used in Source of iframe.
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / chromium-ewk.filter
1 {
2   global:
3     ewk_*;
4     efl_webprocess_main;
5     extern "C++" {
6       v8::Array::*;
7       v8::ConsumeCodeCacheTask::*;
8       v8::Context::*;
9       v8::EmbedderRootsHandler::*;
10       v8::EscapableHandleScope::*;
11       v8::Extension::*;
12       v8::External::*;
13       v8::FixedArray::*;
14       v8::Function::*;
15       v8::FunctionTemplate::*;
16       v8::HandleScope::*;
17       v8::Int32::*;
18       v8::Integer::*;
19       v8::internal::IsolateFromNeverReadOnlySpaceObject*;
20       v8::internal::ShouldThrowOnError*;
21       v8::internal::DecodeExternalPointerImpl*;
22       v8::internal::CanHaveInternalField*;
23       v8::Isolate::*;
24       v8::Message::*;
25       v8::MicrotasksScope::*;
26       v8::ModuleRequest::*;
27       v8::Number::*;
28       v8::Object::*;
29       v8::ObjectTemplate::*;
30       v8::RegisterExtension*;
31       v8::Script::*;
32       v8::String::*;
33       v8::Template::*;
34       v8::TryCatch::*;
35       v8::V8::*;
36       v8::Value::*;
37       std::*;
38     };
39     # ENABLE_WRT_JS
40     WRTMain;
41     WRTServiceMain;
42     ime_app_main;
43     node_module_register;
44
45   local: *;
46 };