| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index e5891c08428e877c5107002f9a7e06cbf3f5a1ab..e707d9a03c44ac1db92742f0f7abda0bbeb1c381 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2782,7 +2782,6 @@ LayoutObject* Element::pseudoElementLayoutObject(PseudoId pseudoId) const
|
|
|
| bool Element::matches(const String& selectors, ExceptionState& exceptionState)
|
| {
|
| - updateDistribution();
|
| SelectorQuery* selectorQuery = document().selectorQueryCache().add(AtomicString(selectors), document(), exceptionState);
|
| if (!selectorQuery)
|
| return false;
|
|
|