| 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 ebaa903a39c876845428c9f71fc889bc35ced02e..e8a3df63e3127ebbc6a52879bdab1dc54cfa9ff3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -647,9 +647,6 @@ Element* Element::offsetParent()
|
| if (!element)
|
| return nullptr;
|
|
|
| - if (element->isInShadowTree() && !element->containingShadowRoot()->isOpenOrV0())
|
| - return nullptr;
|
| -
|
| return element;
|
| }
|
|
|
|
|