summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/InsertTextCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/InsertTextCommand.h')
-rw-r--r--WebCore/editing/InsertTextCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/editing/InsertTextCommand.h b/WebCore/editing/InsertTextCommand.h
index 650ca65..24c2454 100644
--- a/WebCore/editing/InsertTextCommand.h
+++ b/WebCore/editing/InsertTextCommand.h
@@ -54,6 +54,8 @@ private:
bool performTrivialReplace(const String&, bool selectInsertedText);
unsigned m_charactersAdded;
+
+ friend class TypingCommand;
};
} // namespace WebCore