Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webkit-utils: Check if the media engine will show the resource
cog_handle_web_view_load_failed() checks if the error is WEBKIT_MEDIA_ERROR or WEBKIT_MEDIA_ERROR_WILL_HANDLE_LOAD and relies on WebKit in these cases. Similarly it does the same for the case of WPE API previous to 2.0 but using WEBKIT_PLUGIN_ERROR and WEBKIT_PLUGIN_ERROR_WILL_HANDLE_LOAD. This reverts commit c7bdb9c.
- Loading branch information