| Index: third_party/WebKit/Source/core/html/HTMLContentElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp
|
| index 8621d34349acf819dabbe5159f4a72ee10343304..a16138ae2418c25e48d83df2c0b24ee2ede3dca6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp
|
| @@ -76,7 +76,7 @@ void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicS
|
| {
|
| if (name == selectAttr) {
|
| if (ShadowRoot* root = containingShadowRoot()) {
|
| - if (root->owner())
|
| + if (!root->isV1() && root->owner())
|
| root->owner()->willAffectSelector();
|
| }
|
| m_shouldParseSelect = true;
|
|
|