| Index: Source/WebCore/html/shadow/HTMLContentElement.cpp
|
| diff --git a/Source/WebCore/html/shadow/HTMLContentElement.cpp b/Source/WebCore/html/shadow/HTMLContentElement.cpp
|
| index 8c6edb6e8b713fdc145090171c99dc4c36122ef1..d5478c98b4b87a64e7f0c80f9baf279f8a7e0446 100644
|
| --- a/Source/WebCore/html/shadow/HTMLContentElement.cpp
|
| +++ b/Source/WebCore/html/shadow/HTMLContentElement.cpp
|
| @@ -40,12 +40,8 @@ using HTMLNames::selectAttr;
|
|
|
| static const QualifiedName& contentTagName()
|
| {
|
| -#if ENABLE(SHADOW_DOM)
|
| - return HTMLNames::contentTag;
|
| -#else
|
| DEFINE_STATIC_LOCAL(QualifiedName, tagName, (nullAtom, "webkitShadowContent", HTMLNames::divTag.namespaceURI()));
|
| return tagName;
|
| -#endif
|
| }
|
|
|
| PassRefPtr<HTMLContentElement> HTMLContentElement::create(Document* document)
|
|
|