Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/WebKit/Source/core/css/RuleSet.cpp

Issue 2857503002: Revert "Verify that constant vectors aren't invalidated during iteration." (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/RuleSet.cpp
diff --git a/third_party/WebKit/Source/core/css/RuleSet.cpp b/third_party/WebKit/Source/core/css/RuleSet.cpp
index e19d5d2751ecd708316960fb251fba816c35e82b..c8a5742615722d267f3fb2d55303fd102caf7b60 100644
--- a/third_party/WebKit/Source/core/css/RuleSet.cpp
+++ b/third_party/WebKit/Source/core/css/RuleSet.cpp
@@ -332,8 +332,6 @@ void RuleSet::AddRulesFromSheet(StyleSheetContents* sheet,
sheet->ImportRules();
for (unsigned i = 0; i < import_rules.size(); ++i) {
StyleRuleImport* import_rule = import_rules[i].Get();
- // TODO(sof): CHECK() added for crbug.com/699269 diagnosis, remove sooner.
- CHECK_EQ(import_rules.data(), sheet->ImportRules().data());
if (import_rule->GetStyleSheet() &&
(!import_rule->MediaQueries() ||
medium.Eval(*import_rule->MediaQueries(),
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698