summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSInt16ArrayCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSInt16ArrayCustom.cpp')
-rw-r--r--WebCore/bindings/js/JSInt16ArrayCustom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bindings/js/JSInt16ArrayCustom.cpp b/WebCore/bindings/js/JSInt16ArrayCustom.cpp
index d557c3d..2888a1b 100644
--- a/WebCore/bindings/js/JSInt16ArrayCustom.cpp
+++ b/WebCore/bindings/js/JSInt16ArrayCustom.cpp
@@ -46,9 +46,9 @@ JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int16Ar
return getDOMObjectWrapper<JSInt16Array>(exec, globalObject, object);
}
-JSC::JSValue JSInt16Array::set(JSC::ExecState* exec, JSC::ArgList const& args)
+JSC::JSValue JSInt16Array::set(JSC::ExecState* exec)
{
- return setWebGLArrayHelper(exec, impl(), args, toInt16Array);
+ return setWebGLArrayHelper(exec, impl(), toInt16Array);
}
} // namespace WebCore