summaryrefslogtreecommitdiff
path: root/Source/WebCore/plugins/PluginDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/plugins/PluginDebug.cpp')
-rw-r--r--Source/WebCore/plugins/PluginDebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/plugins/PluginDebug.cpp b/Source/WebCore/plugins/PluginDebug.cpp
index 8ab935bfa..a2e1f56d2 100644
--- a/Source/WebCore/plugins/PluginDebug.cpp
+++ b/Source/WebCore/plugins/PluginDebug.cpp
@@ -158,6 +158,8 @@ CString prettyNameForNPPVariable(NPPVariable variable, void* value)
return result.latin1();
}
case NPPVpluginCoreAnimationLayer: return "NPPVpluginCoreAnimationLayer";
+#else
+ UNUSED_PARAM(value);
#endif
default: return "Unknown variable";