| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index 5f9e8b5c1bd1217b79b2ea4de225290beec1e55a..1e2e7efb6cfa605bc131bc7ad1dd6be71b2771a8 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -23,7 +23,7 @@ class SensorReading;
|
| class SensorUpdateNotificationStrategy;
|
|
|
| class Sensor : public EventTargetWithInlineData,
|
| - public ActiveScriptWrappable,
|
| + public ActiveScriptWrappable<Sensor>,
|
| public ContextLifecycleObserver,
|
| public SensorProxy::Observer {
|
| USING_GARBAGE_COLLECTED_MIXIN(Sensor);
|
|
|