| 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 d617472e497c613704a35f8395e23f5def62b549..6c3ecc113b0d9808d4f9b4e197c446d1a978b5bf 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(this),
|
| + : ActiveScriptWrappable<Sensor>(this),
|
| ContextLifecycleObserver(executionContext),
|
| m_sensorOptions(sensorOptions),
|
| m_type(type),
|
|
|