[Webkit-unassigned] [Bug 136190] [GTK] Compilation error in LayerTreeHostGtk.cpp and PluginInfoCache.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 24 18:46:31 PDT 2014


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





--- Comment #3 from Hyungwook Lee <withlhw at gmail.com>  2014-08-24 18:46:38 PST ---
I'm using gcc 4.7.3 on Ubuntu 13.04

Many place in WebKit GTK using "std::function<void()>" type casting for make sure.
ex)
m_audioTimerHandler.schedule("[WebKit] MediaPlayerPrivateGStreamer::audioChanged", std::function<void()>(std::bind(&MediaPlayerPrivateGStreamer::notifyPlayerOfAudio, this)));

I think we'd better to put "std::function<void()>" type casting in this case.

-- 
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