Index: Source/core/editing/TextInsertionBaseCommand.h |
diff --git a/Source/core/editing/TextInsertionBaseCommand.h b/Source/core/editing/TextInsertionBaseCommand.h |
index 7b7cfc1164a1f8ae0cdfcc4ce6c3faa92ff9f6a1..aa10fcf4d4d5470732168bce5b40a29d3b8a5048 100644 |
--- a/Source/core/editing/TextInsertionBaseCommand.h |
+++ b/Source/core/editing/TextInsertionBaseCommand.h |
@@ -39,7 +39,7 @@ public: |
virtual ~TextInsertionBaseCommand() { }; |
protected: |
- explicit TextInsertionBaseCommand(Document*); |
+ explicit TextInsertionBaseCommand(Document&); |
static void applyTextInsertionCommand(Frame*, PassRefPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection); |
}; |