Index: Source/core/css/SelectorChecker.cpp |
diff --git a/Source/core/css/SelectorChecker.cpp b/Source/core/css/SelectorChecker.cpp |
index 182b3dafa14938cd338537de44a040717b4b2850..663de6f0d19a4320fbdff2a377933702badb8ca0 100644 |
--- a/Source/core/css/SelectorChecker.cpp |
+++ b/Source/core/css/SelectorChecker.cpp |
@@ -827,10 +827,6 @@ bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const Sib |
if (!FullscreenElementStack::isFullScreen(&element.document())) |
return false; |
return true; |
- case CSSSelector::PseudoSeamlessDocument: |
- // While a document is rendered in a seamless iframe, the 'seamless-document' pseudoclass applies |
- // to all elements of that Document. |
- return element.document().shouldDisplaySeamlesslyWithParent(); |
case CSSSelector::PseudoInRange: |
element.document().setContainsValidityStyleRules(); |
return element.isInRange(); |