| 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 b30a36e3773dace1c2fd3e6602da093d5240ded4..f66f97d532b3d6eb38aa4fed8fc58eb7a73e88a9 100644
|
| --- a/sky/engine/core/html/ime/InputMethodContext.h
|
| +++ b/sky/engine/core/html/ime/InputMethodContext.h
|
| @@ -63,7 +63,6 @@ public:
|
| unsigned compositionEndOffset();
|
| void confirmComposition();
|
|
|
| - String compositionText() const;
|
| int selectionStart() const;
|
| int selectionEnd() const;
|
| const Vector<unsigned>& segments();
|
|
|