| Index: third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.cpp b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| index 85d932d57da0033c2247de59924110691952fca0..b4ad6bab959116b20a2fa6d1c1a0eae5a4f7bc14 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| @@ -169,7 +169,7 @@ void Sensor::initSensorProxyIfNeeded() {
|
| }
|
| }
|
|
|
| -void Sensor::contextDestroyed() {
|
| +void Sensor::contextDestroyed(ExecutionContext*) {
|
| if (m_state == Sensor::SensorState::Activated ||
|
| m_state == Sensor::SensorState::Activating)
|
| stopListening();
|
|
|