| Index: Source/core/html/ime/InputMethodContext.h
|
| diff --git a/Source/core/html/ime/InputMethodContext.h b/Source/core/html/ime/InputMethodContext.h
|
| index 1df0f33741011555c488454110458921dbe858d8..218c726bb405efbef175acffa03b302b9ba7d531 100644
|
| --- a/Source/core/html/ime/InputMethodContext.h
|
| +++ b/Source/core/html/ime/InputMethodContext.h
|
| @@ -77,7 +77,7 @@ public:
|
| void dispatchCandidateWindowUpdateEvent();
|
| void dispatchCandidateWindowHideEvent();
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| InputMethodContext(HTMLElement*);
|
|
|