| Index: Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.cpp b/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| index ca03f0e45f8df9207812764b947a7b4d94c2294e..dc899d285b2f0d681988559b2391f2c1b5638d74 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| +++ b/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| @@ -95,7 +95,7 @@ bool DeviceOrientationEvent::absolute(bool& isNull) const
|
|
|
| const AtomicString& DeviceOrientationEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForDeviceOrientationEvent;
|
| + return EventNames::DeviceOrientationEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|