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