| Index: Source/core/editing/InputMethodController.h
|
| diff --git a/Source/core/editing/InputMethodController.h b/Source/core/editing/InputMethodController.h
|
| index f62cc433eacbc244912d387b34f15237d253cd21..5fd3dd283a31686cc9589a2f08dc53abee151a9f 100644
|
| --- a/Source/core/editing/InputMethodController.h
|
| +++ b/Source/core/editing/InputMethodController.h
|
| @@ -45,7 +45,7 @@ public:
|
| PlainTextOffsets(int start, int length);
|
| size_t end() const { return m_end; }
|
| size_t start() const { return m_start; }
|
| - bool isNull() const { return m_start == notFound; }
|
| + bool isNull() const { return m_start == kNotFound; }
|
| private:
|
| size_t m_start;
|
| size_t m_end;
|
|
|