| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index 856011966c9b3b01a0a12ed3c43ae7e49b0f4625..b0572ea07a6bcb5492c6526769d7c475a11ea63f 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -116,8 +116,6 @@ RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, A
|
| , m_hasDocumentSecurityOrigin(addRuleFlags & RuleHasDocumentSecurityOrigin)
|
| , m_propertyWhitelistType(determinePropertyWhitelistType(addRuleFlags, selector()))
|
| {
|
| - ASSERT(m_position == position);
|
| - ASSERT(m_selectorIndex == selectorIndex);
|
| SelectorFilter::collectIdentifierHashes(selector(), m_descendantSelectorIdentifierHashes, maximumIdentifierCount);
|
| }
|
|
|
|
|