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