Index: Source/core/html/HTMLContentElement.cpp |
diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/HTMLContentElement.cpp |
similarity index 98% |
rename from Source/core/html/shadow/HTMLContentElement.cpp |
rename to Source/core/html/HTMLContentElement.cpp |
index 69faf7f3d1a30980756b326c7b92a4e1349b5f0a..c6495abf9e25bc8c1727f5393e979cd4a479eb62 100644 |
--- a/Source/core/html/shadow/HTMLContentElement.cpp |
+++ b/Source/core/html/HTMLContentElement.cpp |
@@ -25,12 +25,12 @@ |
*/ |
#include "config.h" |
-#include "core/html/shadow/HTMLContentElement.h" |
+#include "core/html/HTMLContentElement.h" |
#include "HTMLNames.h" |
-#include "core/css/parser/BisonCSSParser.h" |
#include "core/css/SelectorChecker.h" |
#include "core/css/SiblingTraversalStrategies.h" |
+#include "core/css/parser/BisonCSSParser.h" |
#include "core/dom/QualifiedName.h" |
#include "core/dom/shadow/ElementShadow.h" |
#include "core/dom/shadow/ShadowRoot.h" |
@@ -77,8 +77,9 @@ void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicS |
root->owner()->willAffectSelector(); |
m_shouldParseSelect = true; |
m_select = value; |
- } else |
+ } else { |
InsertionPoint::parseAttribute(name, value); |
+ } |
} |
bool HTMLContentElement::validateSelect() const |