| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index 96fe750e6d975a5b9b71935f778f945b70af6eb6..49979b00a6c772ab109277ff5b921fc8f7670297 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -747,7 +747,7 @@ void Editor::outdent()
|
| applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Outdent));
|
| }
|
|
|
| -static void dispatchEditableContentChangedEvents(Element* startRoot, Element* endRoot)
|
| +static void dispatchEditableContentChangedEvents(PassRefPtr<Element> startRoot, PassRefPtr<Element> endRoot)
|
| {
|
| if (startRoot)
|
| startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), IGNORE_EXCEPTION);
|
|
|