Index: third_party/WebKit/Source/core/css/ElementRuleCollector.h |
diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.h b/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
index f3817989e5d5818dd87bffa7f321293291eedea2..f0dc13f557ecff8ee07e9d1ea4d2f1bc0462ce33 100644 |
--- a/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
+++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.h |
@@ -107,7 +107,7 @@ class ElementRuleCollector { |
public: |
ElementRuleCollector(const ElementResolveContext&, |
const SelectorFilter&, |
- ComputedStyle* = 0); |
+ ComputedStyle* = nullptr); |
~ElementRuleCollector(); |
void SetMode(SelectorChecker::Mode mode) { mode_ = mode; } |