| 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..919b3020ef9fbd2e75c2cc68cd50c26914769549 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, AsynchronousCustomElements);
|
| }
|
|
|
| bool isTabHTMLSpanElement(const Node* node)
|
|
|