Index: Source/core/css/SelectorChecker.cpp |
diff --git a/Source/core/css/SelectorChecker.cpp b/Source/core/css/SelectorChecker.cpp |
index 4ab0cf1615c59d4c0a71cf53cb7624bec8292016..c72ced2d974f11f2872da95fccd1f0ed376bf989 100644 |
--- a/Source/core/css/SelectorChecker.cpp |
+++ b/Source/core/css/SelectorChecker.cpp |
@@ -934,7 +934,7 @@ bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const Sib |
break; |
} |
hostContext.contextFlags = DefaultBehavior; |
- hostContext.scope = 0; |
+ hostContext.scope = nullptr; |
if (selector.pseudoType() == CSSSelector::PseudoHost) |
break; |