| 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 9c8936a00f3c947702e53d8b15a521ae4d4ecf36..98a4a96edd0a992805e0d73bb7f75716009db4fb 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -18,7 +18,7 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| -class ScriptState;
|
| +class ExecutionContext;
|
| class SensorReading;
|
| class SensorUpdateNotificationStrategy;
|
|
|
| @@ -60,7 +60,7 @@ class Sensor : public EventTargetWithInlineData,
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| - Sensor(ScriptState*,
|
| + Sensor(ExecutionContext*,
|
| const SensorOptions&,
|
| ExceptionState&,
|
| device::mojom::blink::SensorType);
|
|
|