| Index: Source/modules/device_light/DeviceLightDispatcher.cpp
|
| diff --git a/Source/modules/device_light/DeviceLightDispatcher.cpp b/Source/modules/device_light/DeviceLightDispatcher.cpp
|
| index 05870d49123db6b7986d88311f654abd853810a3..d56a0a03d95d705c0a6e799d277596521f511f88 100644
|
| --- a/Source/modules/device_light/DeviceLightDispatcher.cpp
|
| +++ b/Source/modules/device_light/DeviceLightDispatcher.cpp
|
| @@ -27,12 +27,12 @@ DeviceLightDispatcher::~DeviceLightDispatcher()
|
|
|
| void DeviceLightDispatcher::startListening()
|
| {
|
| - blink::Platform::current()->startListening(WebPlatformEventDeviceLight, this);
|
| + Platform::current()->startListening(WebPlatformEventDeviceLight, this);
|
| }
|
|
|
| void DeviceLightDispatcher::stopListening()
|
| {
|
| - blink::Platform::current()->stopListening(WebPlatformEventDeviceLight);
|
| + Platform::current()->stopListening(WebPlatformEventDeviceLight);
|
| m_lastDeviceLightData = -1;
|
| }
|
|
|
|
|