Index: modules/screen_orientation/ScreenOrientation.idl |
diff --git a/modules/screen_orientation/ScreenOrientation.idl b/modules/screen_orientation/ScreenOrientation.idl |
index 057ad37c57456f156759e2b2ef6064941351d3be..8569fbd969b76a2fc7ee0777ce1be7afc3b1e9c4 100644 |
--- a/modules/screen_orientation/ScreenOrientation.idl |
+++ b/modules/screen_orientation/ScreenOrientation.idl |
@@ -24,11 +24,11 @@ enum OrientationType { |
GarbageCollected, |
RuntimeEnabled=ScreenOrientation |
] interface ScreenOrientation : EventTarget { |
- readonly attribute unsigned short angle; |
- readonly attribute DOMString type; |
+ [MeasureAs=ScreenOrientationAngle] readonly attribute unsigned short angle; |
+ [MeasureAs=ScreenOrientationType] readonly attribute DOMString type; |
- [CallWith=ScriptState] Promise lock(OrientationLockType orientation); |
- void unlock(); |
+ [CallWith=ScriptState, MeasureAs=ScreenOrientationLock] Promise lock(OrientationLockType orientation); |
+ [MeasureAs=ScreenOrientationUnlock] void unlock(); |
attribute EventHandler onchange; |
}; |