[Webkit-unassigned] [Bug 46825] build fails if NETSCAPE_PLUGIN_API is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 12:23:04 PDT 2010


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





--- Comment #6 from Joe Mason <jmason at rim.com>  2010-10-18 12:23:04 PST ---
Aha, the problem is:

// The functions below are for platforms that do not use PluginView for plugins
// due to architectural differences. The plan is to eventually have all
// ports using PluginView, but until then, if new functions like this are
// added, please make sure they have the proper platform #ifs so that changes
// do not break ports who compile both this file and PluginView.cpp.
#if PLATFORM(MAC) || PLATFORM(CHROMIUM) || PLATFORM(EFL) || (OS(WINCE) && !PLATFORM(QT)) || (PLATFORM(QT) && !OS(WINCE)) || PLATFORM(BREWMP)
...
void PluginView::privateBrowsingStateChanged(bool)
{
}
...
#endif

We just need to add our port to that list.

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