| Index: third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.cpp b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| index 699c10bb79fdae0a85c62bf2eaf20b8d0a8a5d09..d8773a59d9a38784c8b699f1167e022b1a3bf647 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -877,7 +877,7 @@ bool SelectorChecker::checkPseudoClass(const SelectorCheckingContext& context, M
|
| // context's Document is in the fullscreen state has the 'full-screen' pseudoclass applied.
|
| if (isHTMLFrameElementBase(element) && element.containsFullScreenElement())
|
| return true;
|
| - return Fullscreen::isActiveFullScreenElement(element);
|
| + return Fullscreen::isCurrentFullScreenElement(element);
|
| case CSSSelector::PseudoFullScreenAncestor:
|
| return element.containsFullScreenElement();
|
| case CSSSelector::PseudoInRange:
|
|
|