| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index bba861424d89101e4de04db0181be05f71b04473..c073a1f6c64c0af6eb7ccd5d4ea5833c811a9b6c 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -295,7 +295,6 @@ void RuleSet::addRulesFromSheet(StyleSheetContents* sheet, const MediaQueryEvalu
|
|
|
| ASSERT(sheet);
|
|
|
| - addRuleFlags = static_cast<AddRuleFlags>(addRuleFlags | RuleCanUseFastCheckSelector);
|
| const WillBeHeapVector<RefPtrWillBeMember<StyleRuleImport> >& importRules = sheet->importRules();
|
| for (unsigned i = 0; i < importRules.size(); ++i) {
|
| StyleRuleImport* importRule = importRules[i].get();
|
|
|