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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl

Issue 2188523005: Remove ScreenOrientation runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 years, 5 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698