Removed code for checking whether the callback parameter is NULL in ewk_view_script_e...
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 29 Aug 2012 11:31:26 +0000 (20:31 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 29 Aug 2012 11:54:29 +0000 (20:54 +0900)
commitda3b9742cdd07d30c6c95d8c0cd89a932530aaa7
treea1d3cf0778bf36fa1240737b2131dc1338ec0d76
parente821fad3f12f0f01d10a4fe2a03abc3c0f5cd0a5
Removed code for checking whether the callback parameter is NULL in ewk_view_script_execute().

[Title] Removed code for checking whether the callback parameter is NULL in ewk_view_script_execute().
[Issue#] N/A
[Problem] If the callback parameter is NULL, ewk_view_script_execute() does not work.
[Cause] If the callback parameter is NULL, ewk_view_script_execute() return false.
[Solution] If the result data from the script is not required,
           NULL might be used for the callback parameter.
           So, removed code for checking NULL for the callback parameter.

Change-Id: Idae68a37b834f7cabf0c1d8cb7ef8f7919b52283
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp