Index: Source/core/page/Selection.idl |
diff --git a/Source/core/page/DOMSelection.idl b/Source/core/page/Selection.idl |
similarity index 98% |
rename from Source/core/page/DOMSelection.idl |
rename to Source/core/page/Selection.idl |
index f5a6828a84f1eca66657f97b3a94243ea6ab5863..1c93773bccf8f350c20fa8761cd12b1b95d13c9b 100644 |
--- a/Source/core/page/DOMSelection.idl |
+++ b/Source/core/page/Selection.idl |
@@ -30,8 +30,8 @@ |
// This is based off of Mozilla's Selection interface |
// https://developer.mozilla.org/En/DOM/Selection |
[ |
- InterfaceName=Selection |
-] interface DOMSelection { |
+ ImplementedAs=DOMSelection |
+] interface Selection { |
readonly attribute Node anchorNode; |
readonly attribute long anchorOffset; |
readonly attribute Node focusNode; |