Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: third_party/WebKit/Source/modules/sensor/Sensor.h

Issue 2684743003: [Sensors] start() and stop() methods do not throw (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/Sensor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/sensor/Sensor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698