| 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 171e3a32e10b3a66ad950a37e1eb40f864c7642f..f7bc3331878504f98fa3f7fd4b5c3af8a58be2a9 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -35,8 +35,8 @@ class Sensor : public EventTargetWithInlineData,
|
|
|
| ~Sensor() override;
|
|
|
| - void start(ScriptState*, ExceptionState&);
|
| - void stop(ScriptState*, ExceptionState&);
|
| + void start();
|
| + void stop();
|
|
|
| // EventTarget overrides.
|
| const AtomicString& interfaceName() const override {
|
|
|