[Webkit-unassigned] [Bug 44505] [EFL] Missing plugins support for efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 09:27:22 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=44505





--- Comment #31 from Leandro Pereira <leandro at profusion.mobi>  2011-06-14 09:27:22 PST ---
(From update of attachment 97117)
View in context: https://bugs.webkit.org/attachment.cgi?id=97117&action=review

> Source/WebKit/efl/ewk/ewk_frame.cpp:2058
> +    if (pluginView->status() == WebCore::PluginStatusLoadedSuccessfully)
> +        return pluginView;
> +#else
>      return 0;
> +#endif // #if ENABLE(NETSCAPE_PLUGIN_API)
>  }

If plugin hasn't been loaded successfully, this function will return some invalid value. Change that #else to an #endif and it should prevent that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list