| Index: Source/modules/screen_orientation/ScreenOrientation.idl
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.idl b/Source/modules/screen_orientation/ScreenOrientation.idl
|
| index 6fc0d5db2f9bb6705e435d9bb78df79f39c6a761..ef6cc8c31c71c56f939a327fad14d12fe084f1e1 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientation.idl
|
| +++ b/Source/modules/screen_orientation/ScreenOrientation.idl
|
| @@ -7,7 +7,6 @@
|
| ] partial interface Screen {
|
| readonly attribute DOMString orientation;
|
|
|
| - boolean lockOrientation(sequence<DOMString> orientations);
|
| boolean lockOrientation(DOMString orientation);
|
|
|
| void unlockOrientation();
|
|
|