| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| index 7ed86ce05450590ffa7e9a177f0ec1c8e971798b..9ae63337d513be898f64c813a254f2cc46c21c54 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp
|
| @@ -37,8 +37,7 @@ DeviceOrientationEvent::DeviceOrientationEvent()
|
| DeviceOrientationEvent::DeviceOrientationEvent(
|
| const AtomicString& eventType,
|
| DeviceOrientationData* orientation)
|
| - : Event(eventType, false, false) // Can't bubble, not cancelable
|
| - ,
|
| + : Event(eventType, false, false), // Can't bubble, not cancelable
|
| m_orientation(orientation) {}
|
|
|
| void DeviceOrientationEvent::initDeviceOrientationEvent(
|
|
|