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

Unified Diff: third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl

Issue 2384273004: [Sensors] 'onerror' event implementation (Closed)
Patch Set: updated global-interface-listing-expected.txt Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl
diff --git a/third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl b/third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl
index 6bb24c72099a067332983f5c0fe360266bd1d093..27e44e4dd4320d0f6fab309bc7a5f668aecb013f 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl
+++ b/third_party/WebKit/Source/modules/sensor/SensorErrorEventInit.idl
@@ -6,5 +6,5 @@
// https://w3c.github.io/sensors/#dictdef-sensorerroreventinit
dictionary SensorErrorEventInit : EventInit {
- any error;
+ DOMException error;
};
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl ('k') | third_party/WebKit/Source/modules/sensor/SensorProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698