| Index: third_party/WebKit/Source/core/css/CSSSelectorList.h | 
| diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h | 
| index 90a8f03b3caa647099301de4a17b5ef64d5f0926..c0edf57fe0ace34239bac883c0bc703938f8c532 100644 | 
| --- a/third_party/WebKit/Source/core/css/CSSSelectorList.h | 
| +++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h | 
| @@ -75,8 +75,6 @@ public: | 
| return next - m_selectorArray; | 
| } | 
|  | 
| -    bool selectorsNeedNamespaceResolution(); | 
| - | 
| bool selectorNeedsUpdatedDistribution(size_t index) const; | 
|  | 
| bool selectorHasContentPseudo(size_t index) const; | 
|  |