| Index: sky/engine/core/html/ime/InputMethodContext.idl
|
| diff --git a/sky/engine/core/html/ime/InputMethodContext.idl b/sky/engine/core/html/ime/InputMethodContext.idl
|
| index 043feed06bacad909b010654cd125133abad9757..d42f1593968f7075e167311b3f4647265d662025 100644
|
| --- a/sky/engine/core/html/ime/InputMethodContext.idl
|
| +++ b/sky/engine/core/html/ime/InputMethodContext.idl
|
| @@ -36,8 +36,4 @@ interface InputMethodContext : EventTarget {
|
| readonly attribute unsigned long compositionEndOffset;
|
|
|
| void confirmComposition();
|
| -
|
| - attribute EventHandler oncandidatewindowshow;
|
| - attribute EventHandler oncandidatewindowupdate;
|
| - attribute EventHandler oncandidatewindowhide;
|
| };
|
|
|