| Index: Source/core/html/ime/InputMethodContext.cpp
|
| diff --git a/Source/core/html/ime/InputMethodContext.cpp b/Source/core/html/ime/InputMethodContext.cpp
|
| index 6047a7367e087d6d0a9c848801fcc83fc9589002..8776c8ca34a0e61c859cac29d6eabd2c304819eb 100644
|
| --- a/Source/core/html/ime/InputMethodContext.cpp
|
| +++ b/Source/core/html/ime/InputMethodContext.cpp
|
| @@ -47,7 +47,6 @@ PassOwnPtrWillBeRawPtr<InputMethodContext> InputMethodContext::create(HTMLElemen
|
| InputMethodContext::InputMethodContext(HTMLElement* element)
|
| : m_element(element)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| InputMethodContext::~InputMethodContext()
|
|
|