[Webkit-unassigned] [Bug 27940] Build fix if Netscape plugin support is turned off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 10:02:40 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #5 from Darin Adler <darin at apple.com>  2009-08-03 10:02:39 PDT ---
Why do the functions in PluginViewNone.cpp have notImplemented() in them? I'd
think they could just be empty function. The notImplemented() function is
intended to alert the person working on the port that a particular
non-implemented stub was hit. But in the case of "none" we don't ever plan to
implement these. They should either be empty, or have ASSERT_NOT_REACHED() in
them, or not exist at all, depending on our needs.

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