| Index: core/html/ime/InputMethodContext.idl
|
| diff --git a/core/html/ime/InputMethodContext.idl b/core/html/ime/InputMethodContext.idl
|
| index b86a1cd85cdb8ad2b251f2551ae407ea06cf0011..2ad97b9529222b3f99ad0c50d2c3014a86eb1e02 100644
|
| --- a/core/html/ime/InputMethodContext.idl
|
| +++ b/core/html/ime/InputMethodContext.idl
|
| @@ -32,11 +32,9 @@
|
| [
|
| ] interface InputMethodContext {
|
| readonly attribute Composition composition;
|
| - attribute boolean enabled;
|
| readonly attribute DOMString locale;
|
| -
|
| + readonly attribute HTMLElement target;
|
| void confirmComposition();
|
| void setCaretRectangle(Node anchor, long x, long y, long w, long h);
|
| void setExclusionRectangle(Node anchor, long x, long y, long w, long h);
|
| - boolean open();
|
| };
|
|
|