| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| index e4a79b63ae2317ba02a51d519176fcf6f22282c4..ae0b3aeee4b492ca6ed2f9594d960b20519b188f 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| @@ -90,7 +90,7 @@ PassRefPtrWillBeRawPtr<Event> DeviceMotionController::lastEvent() const
|
| bool DeviceMotionController::isNullEvent(Event* event) const
|
| {
|
| DeviceMotionEvent* motionEvent = toDeviceMotionEvent(event);
|
| - return !motionEvent->deviceMotionData()->canProvideEventData();
|
| + return !motionEvent->getDeviceMotionData()->canProvideEventData();
|
| }
|
|
|
| const AtomicString& DeviceMotionController::eventTypeName() const
|
|
|