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

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

Issue 2317743002: [Sensors] Implementation of the Generic Sensor API (Closed)
Patch Set: Comments from Tim and haraken Created 4 years, 3 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698