| Index: Source/core/css/SelectorFilter.h
|
| diff --git a/Source/core/css/SelectorFilter.h b/Source/core/css/SelectorFilter.h
|
| index bbe6565565f6ec13863fef5b9b7bf42c660ae043..43c400ec3ce95d04bf4414255ed806942d2db971 100644
|
| --- a/Source/core/css/SelectorFilter.h
|
| +++ b/Source/core/css/SelectorFilter.h
|
| @@ -72,7 +72,7 @@ private:
|
|
|
| // With 100 unique strings in the filter, 2^12 slot table has false positive rate of ~0.2%.
|
| static const unsigned bloomFilterKeyBits = 12;
|
| - OwnPtr<BloomFilter<bloomFilterKeyBits> > m_ancestorIdentifierFilter;
|
| + OwnPtr<BloomFilter<bloomFilterKeyBits>> m_ancestorIdentifierFilter;
|
| };
|
|
|
| template <unsigned maximumIdentifierCount>
|
|
|