| Index: third_party/WebKit/Source/modules/sensor/SensorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorProxy.cpp b/third_party/WebKit/Source/modules/sensor/SensorProxy.cpp
|
| index 22103b6862f8e50bfbe7b3d9474aec8c457e08f4..374ad03d5d96a991b9fa681511527c25e07bcc3e 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorProxy.cpp
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProxy.cpp
|
| @@ -146,6 +146,7 @@ void SensorProxy::RaiseError() {
|
| }
|
|
|
| void SensorProxy::SensorReadingChanged() {
|
| + DCHECK_EQ(ReportingMode::ON_CHANGE, m_mode);
|
| updateSensorReading();
|
| }
|
|
|
|
|