| Index: sky/engine/core/html/ime/InputMethodContext.h
|
| diff --git a/sky/engine/core/html/ime/InputMethodContext.h b/sky/engine/core/html/ime/InputMethodContext.h
|
| index 67a45d4834635c5d926b5e8a3301e96ea88802df..b7f95f63149ce951af5d6694c02406489dec73cf 100644
|
| --- a/sky/engine/core/html/ime/InputMethodContext.h
|
| +++ b/sky/engine/core/html/ime/InputMethodContext.h
|
| @@ -71,10 +71,6 @@ public:
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
| virtual ExecutionContext* executionContext() const OVERRIDE;
|
|
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowshow);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowupdate);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(candidatewindowhide);
|
| -
|
| void dispatchCandidateWindowShowEvent();
|
| void dispatchCandidateWindowUpdateEvent();
|
| void dispatchCandidateWindowHideEvent();
|
|
|