Changeset 118619 in webkit
- Timestamp:
- May 26, 2012, 6:16:25 PM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
plugins/PluginData.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r118618 r118619 1 2012-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 1 9 2012-05-26 Nate Chapin <japhet@chromium.org> 2 10 -
trunk/Source/WebCore/plugins/PluginData.cpp
r118335 r118619 79 79 80 80 platformStrategies()->pluginStrategy()->getPluginInfo(page, m_plugins); 81 #else 82 UNUSED_PARAM(page); 81 83 #endif 82 84 }
Note:
See TracChangeset
for help on using the changeset viewer.