| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| index 6036e2449a83bd53804864ea353116cb3f41222b..0985837e85a4f5b7c79aa017ab30f84598edb054 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
|
| @@ -38,8 +38,7 @@ DeviceMotionEvent::DeviceMotionEvent()
|
|
|
| DeviceMotionEvent::DeviceMotionEvent(const AtomicString& eventType,
|
| DeviceMotionData* deviceMotionData)
|
| - : Event(eventType, false, false) // Can't bubble, not cancelable
|
| - ,
|
| + : Event(eventType, false, false), // Can't bubble, not cancelable
|
| m_deviceMotionData(deviceMotionData) {}
|
|
|
| void DeviceMotionEvent::initDeviceMotionEvent(
|
|
|