| Index: Source/core/editing/InsertTextCommand.cpp
|
| diff --git a/Source/core/editing/InsertTextCommand.cpp b/Source/core/editing/InsertTextCommand.cpp
|
| index 2e3c45f2b8313ccd2eac88dec89586580870fc98..639b5189d3baedf709f0008e4698d603b59588e5 100644
|
| --- a/Source/core/editing/InsertTextCommand.cpp
|
| +++ b/Source/core/editing/InsertTextCommand.cpp
|
| @@ -129,7 +129,7 @@ bool InsertTextCommand::performOverwrite(const String& text, bool selectInserted
|
|
|
| void InsertTextCommand::doApply()
|
| {
|
| - ASSERT(m_text.find('\n') == notFound);
|
| + ASSERT(m_text.find('\n') == kNotFound);
|
|
|
| if (!endingSelection().isNonOrphanedCaretOrRange())
|
| return;
|
|
|