Chromium Code Reviews| Index: Source/core/css/CSSSelectorList.h |
| diff --git a/Source/core/css/CSSSelectorList.h b/Source/core/css/CSSSelectorList.h |
| index 060082b34030a3939ab43b082289f749156b8ee3..562e649db4d80f78b4731b9342f0420222da2259 100644 |
| --- a/Source/core/css/CSSSelectorList.h |
| +++ b/Source/core/css/CSSSelectorList.h |
| @@ -54,7 +54,7 @@ public: |
| const CSSSelector* current = selectorAt(index); |
| current = next(current); |
| if (!current) |
| - return notFound; |
| + return kNotFound; |
| return current - m_selectorArray; |
| } |