| Index: third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.h
|
| diff --git a/third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.h b/third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.h
|
| index c5e14bc106471c17641102338a628ee15301e951..fdf6e7b0fb8463a64e20cb524bee610466f551a1 100644
|
| --- a/third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.h
|
| @@ -11,7 +11,8 @@
|
|
|
| namespace blink {
|
|
|
| -// This class listens to device light data and notifies all registered controllers.
|
| +// This class listens to device light data and notifies all registered
|
| +// controllers.
|
| class DeviceLightDispatcher final
|
| : public GarbageCollectedFinalized<DeviceLightDispatcher>,
|
| public PlatformEventDispatcher,
|
|
|