| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 85e2bbf37d39955ef10d7416e4aa1b38dcf0d795..982198b05c8f87ce5710b84d29ad8ba5290b3115 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -268,7 +268,7 @@ Element* Element::cloneElementWithoutChildren()
|
|
|
| Element* Element::cloneElementWithoutAttributesAndChildren()
|
| {
|
| - return document().createElement(tagQName(), false);
|
| + return document().createElement(tagQName(), AsynchronousCustomElements);
|
| }
|
|
|
| Attr* Element::detachAttribute(size_t index)
|
|
|