| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| index 286b217d3649d628feb843e3bca6514f7c5672bb..c2edae34c0c0d647892cb4fc15dd8a3449f8a8b9 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| @@ -42,7 +42,8 @@ namespace blink {
|
| class DeviceOrientationData;
|
| class WebDeviceOrientationData;
|
|
|
| -// This class listens to device orientation data and notifies all registered controllers.
|
| +// This class listens to device orientation data and notifies all registered
|
| +// controllers.
|
| class DeviceOrientationDispatcher final
|
| : public GarbageCollectedFinalized<DeviceOrientationDispatcher>,
|
| public PlatformEventDispatcher,
|
|
|