Fix crash that some symbols are not found in webcontext. 69/258769/1
authorhuayong.xu <huayong.xu@samsung.com>
Tue, 25 May 2021 09:57:21 +0000 (17:57 +0800)
committerhuayong.xu <huayong.xu@samsung.com>
Tue, 25 May 2021 10:08:48 +0000 (18:08 +0800)
commit610524757af0049790d86baa473e5d4d27b68556
tree2f377dc2f869118d39c8caa6e5718db7cd7d00ae
parente1ae0d286f9f67683d65626e255ce8251f662709
Fix crash that some symbols are not found in webcontext.

Originally eina_list.h / eina_hash.h are included, their apis
would be c++ style, it would cause crash.
In order to use c style, Eina.h must be included instead.

Change-Id: I147276846287ce11a634d1e7c73b77b6d134e5e6
dali-extension/web-engine-chromium/tizen-web-engine-context.cpp
dali-extension/web-engine-chromium/tizen-web-engine-context.h
dali-extension/web-engine-chromium/tizen-web-engine-hit-test.h