| 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 6c3ecc113b0d9808d4f9b4e197c446d1a978b5bf..af1b741baa63e17c752ab1a46f43bcbfced6f081 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.cpp
|
| @@ -22,8 +22,7 @@ Sensor::Sensor(ExecutionContext* executionContext,
|
| const SensorOptions& sensorOptions,
|
| ExceptionState& exceptionState,
|
| SensorType type)
|
| - : ActiveScriptWrappable<Sensor>(this),
|
| - ContextLifecycleObserver(executionContext),
|
| + : ContextLifecycleObserver(executionContext),
|
| m_sensorOptions(sensorOptions),
|
| m_type(type),
|
| m_state(Sensor::SensorState::Idle) {
|
|
|