| Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| index 60ef9c2598a6be301ff403ab218034e448a039c1..bfd1a9634913f1e8b65a58c433aa38f45b9bc062 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -1540,7 +1540,7 @@ HTMLElement* createDefaultParagraphElement(Document& document) {
|
| }
|
|
|
| HTMLElement* createHTMLElement(Document& document, const QualifiedName& name) {
|
| - return HTMLElementFactory::createHTMLElement(name.localName(), document, 0,
|
| + return HTMLElementFactory::createHTMLElement(name.localName(), document,
|
| CreatedByCloneNode);
|
| }
|
|
|
|
|