| Index: Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| diff --git a/Source/modules/device_orientation/DeviceMotionEvent.cpp b/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| index 69b876d002688346c37a1ddb747125ffab58667a..0848323424625dbae70241e598fc43baf6232ca4 100644
|
| --- a/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| +++ b/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| @@ -107,7 +107,7 @@ double DeviceMotionEvent::interval(bool& isNull) const
|
|
|
| const AtomicString& DeviceMotionEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForDeviceMotionEvent;
|
| + return EventNames::DeviceMotionEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|