| Index: Source/core/editing/InsertTextCommand.cpp
|
| diff --git a/Source/core/editing/InsertTextCommand.cpp b/Source/core/editing/InsertTextCommand.cpp
|
| index 330246b297ccce67a19f099b6a6b2ddbdb1970e9..0871e3bc0d1cc8b16a4b2b6eb2c29a2c7ee280ef 100644
|
| --- a/Source/core/editing/InsertTextCommand.cpp
|
| +++ b/Source/core/editing/InsertTextCommand.cpp
|
| @@ -246,7 +246,7 @@ Position InsertTextCommand::insertTab(const Position& pos)
|
| }
|
|
|
| // create new tab span
|
| - RefPtr<Element> spanNode = createTabSpanElement(&document());
|
| + RefPtr<Element> spanNode = createTabSpanElement(document());
|
|
|
| // place it
|
| if (!node->isTextNode()) {
|
|
|