⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 118619 in webkit


Ignore:
Timestamp:
May 26, 2012, 6:16:25 PM (14 years ago)
Author:
aestes@apple.com
Message:

Fix the build when NETSCAPE_PLUGIN_API is disabled by marking a
parameter as unused.

  • plugins/PluginData.cpp:

(WebCore::PluginData::initPlugins):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r118618 r118619  
     12012-05-26  Andy Estes  <aestes@apple.com>
     2
     3        Fix the build when NETSCAPE_PLUGIN_API is disabled by marking a
     4        parameter as unused.
     5
     6        * plugins/PluginData.cpp:
     7        (WebCore::PluginData::initPlugins):
     8
    192012-05-26  Nate Chapin  <japhet@chromium.org>
    210
  • trunk/Source/WebCore/plugins/PluginData.cpp

    r118335 r118619  
    7979   
    8080    platformStrategies()->pluginStrategy()->getPluginInfo(page, m_plugins);
     81#else
     82    UNUSED_PARAM(page);
    8183#endif
    8284}
Note: See TracChangeset for help on using the changeset viewer.