Chromium Code Reviews| 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; |
| }; |