| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 918fe8920fc185a7b77e0888895ed187d1baf7e1..4edb61ced5f7a1bf62aa3fba855c9dcc56586d9e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4926,7 +4926,7 @@ static Editor::Command command(Document* document, const String& commandName) {
|
| return Editor::Command();
|
|
|
| document->updateStyleAndLayoutTree();
|
| - return frame->editor().createCommand(commandName, CommandFromDOM);
|
| + return frame->editor().createCommandFromDOM(commandName);
|
| }
|
|
|
| bool Document::execCommand(const String& commandName,
|
|
|