Index: third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl |
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl b/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl |
index 2905343b8eb2fe3ae71e86e6da27057d495929a7..ff8373513112d7a4b25ab116ede6839c1dfbdb5b 100644 |
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl |
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
- RuntimeEnabled=ScreenOrientation |
-] partial interface Screen { |
+partial interface Screen { |
[CallWith=ScriptState] readonly attribute ScreenOrientation orientation; |
}; |