| Index: Source/WebCore/css/SelectorChecker.cpp
|
| diff --git a/Source/WebCore/css/SelectorChecker.cpp b/Source/WebCore/css/SelectorChecker.cpp
|
| index 796c477bcfe08e317dde014eea33b2f58ba7e89c..e15738ffa0ffffc072d96f4361301b8e71650ec8 100644
|
| --- a/Source/WebCore/css/SelectorChecker.cpp
|
| +++ b/Source/WebCore/css/SelectorChecker.cpp
|
| @@ -694,12 +694,10 @@ bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const Sib
|
| if (!element->document()->webkitIsFullScreen())
|
| return false;
|
| return true;
|
| -#if ENABLE(IFRAME_SEAMLESS)
|
| 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();
|
| -#endif
|
| case CSSSelector::PseudoInRange:
|
| if (!element)
|
| return false;
|
|
|