Chromium Code Reviews| Index: third_party/WebKit/Source/modules/sensor/SensorReading.idl |
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorReading.idl b/third_party/WebKit/Source/modules/sensor/SensorReading.idl |
| index 4b8851ae08c8f3e3445e05b19b6b91e48519dada..584a8903c06344ef2828d15a3b469f44c673c163 100644 |
| --- a/third_party/WebKit/Source/modules/sensor/SensorReading.idl |
| +++ b/third_party/WebKit/Source/modules/sensor/SensorReading.idl |
| @@ -8,5 +8,5 @@ |
| [ |
| RuntimeEnabled=Sensor, |
| ] interface SensorReading { |
| - readonly attribute DOMHighResTimeStamp? timeStamp; |
| + readonly attribute DOMHighResTimeStamp timeStamp; |
| }; |