| 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 cb18baab752c2bf0e892b9e58210b55588075394..c83b1e3d90dec911798be720de5080df0324eb48 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -1326,7 +1326,7 @@ HTMLElement* createDefaultParagraphElement(Document& document)
|
|
|
| HTMLElement* createHTMLElement(Document& document, const QualifiedName& name)
|
| {
|
| - return HTMLElementFactory::createHTMLElement(name.localName(), document, 0, false);
|
| + return HTMLElementFactory::createHTMLElement(name.localName(), document, 0, CreatedByCloneNode);
|
| }
|
|
|
| bool isTabHTMLSpanElement(const Node* node)
|
|
|