 Chromium Code Reviews
 Chromium Code Reviews Issue 2317743002:
  [Sensors] Implementation of the Generic Sensor API  (Closed)
    
  
    Issue 2317743002:
  [Sensors] Implementation of the Generic Sensor API  (Closed) 
  | 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..787d7ce00c64081fce38290db341963d6e3cbacd 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; | 
| + [CallWith=ScriptState] readonly attribute DOMHighResTimeStamp timeStamp; | 
| }; |