Index: Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl |
diff --git a/Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl b/Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl |
similarity index 50% |
copy from Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl |
copy to Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl |
index 0aed31bbc764e7fe20119ec393209391b5f3013c..0cbc509905d1f382964fd8780590001ef57a84e0 100644 |
--- a/Source/bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl |
+++ b/Source/modules/screen_orientation/testing/InternalsScreenOrientation.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-interface TestSpecialOperationsNotEnumerable { |
- [NotEnumerable] getter DOMString (unsigned long index); |
- [NotEnumerable] getter DOMString (DOMString name); |
+partial interface Internals { |
+ void setScreenOrientationClientMock(Document document); |
+ void setScreenOrientation(Document document, DOMString orientation); |
}; |