| Index: Source/core/editing/TextInsertionBaseCommand.cpp
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.cpp b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| index e5feda2b7dea89293f1e379053645e9afa7e495e..4f4e8441b309c876d98910528ff0ae81800d68a4 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.cpp
|
| +++ b/Source/core/editing/TextInsertionBaseCommand.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -TextInsertionBaseCommand::TextInsertionBaseCommand(Document* document)
|
| +TextInsertionBaseCommand::TextInsertionBaseCommand(Document& document)
|
| : CompositeEditCommand(document)
|
| {
|
| }
|
|
|