summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/wml/WMLSelectElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/wml/WMLSelectElement.cpp')
-rw-r--r--Source/WebCore/wml/WMLSelectElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/wml/WMLSelectElement.cpp b/Source/WebCore/wml/WMLSelectElement.cpp
index 78749b3..a00edab 100644
--- a/Source/WebCore/wml/WMLSelectElement.cpp
+++ b/Source/WebCore/wml/WMLSelectElement.cpp
@@ -552,7 +552,7 @@ String WMLSelectElement::ivalue() const
return parseValueSubstitutingVariableReferences(getAttribute(ivalueAttr));
}
-void WMLSelectElement::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow)
+void WMLSelectElement::listBoxSelectItem(int, bool, bool, bool)
{
/* Dummy implementation as listBoxSelectItem is pure virtual in SelectElement class */
}