summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSDeviceMotionEventCustom.cpp')
-rw-r--r--WebCore/bindings/js/JSDeviceMotionEventCustom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp b/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
index 7bb09a9..503d64f 100644
--- a/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
+++ b/WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
@@ -153,7 +153,7 @@ JSValue JSDeviceMotionEvent::rotationRate(ExecState* exec) const
return createRotationRateObject(imp->deviceMotionData()->rotationRate(), exec);
}
-JSValue JSDeviceMotionEvent::interval(ExecState* exec) const
+JSValue JSDeviceMotionEvent::interval(ExecState*) const
{
DeviceMotionEvent* imp = static_cast<DeviceMotionEvent*>(impl());
if (!imp->deviceMotionData()->canProvideInterval())