| 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..3947c0768c6ca322955d0aad6677a9ea2562a07b 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(), CreatedByCloneNode);
|
| }
|
|
|
| Attr* Element::detachAttribute(size_t index)
|
|
|