Index: core/html/ime/Composition.idl |
diff --git a/core/html/ime/Composition.idl b/core/html/ime/Composition.idl |
index 43ead5c727fda3628536e1126aa47daf128c711d..494d2a06b75f42a4c55b6a01b0069e2701f412a3 100644 |
--- a/core/html/ime/Composition.idl |
+++ b/core/html/ime/Composition.idl |
@@ -32,6 +32,8 @@ |
[ |
NoInterfaceObject |
] interface Composition { |
- readonly attribute Node text; |
- readonly attribute Range caret; |
+ readonly attribute DOMString text; |
+ readonly attribute long selectionStart; |
+ readonly attribute long selectionEnd; |
+ sequence<unsigned long> getSegments(); |
}; |