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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp

Issue 2850133003: Remove checks added to DocumentOrderList for crbug.com/699269 diagnosis (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/dom/DocumentOrderedList.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/dom/DocumentStyleSheetCollection.cpp
diff --git a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
index 33c9cc9ca2d4f51517938796f1aef1f598847d1a..8c157c1f5a34a2763746b8de31ef7cc043ef0fd6 100644
--- a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
+++ b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
@@ -48,8 +48,6 @@ DocumentStyleSheetCollection::DocumentStyleSheetCollection(
void DocumentStyleSheetCollection::CollectStyleSheetsFromCandidates(
StyleEngine& master_engine,
DocumentStyleSheetCollector& collector) {
- DocumentOrderedList::MutationForbiddenScope mutation_forbidden_(
- &style_sheet_candidate_nodes_);
// TODO(keishi) Check added for crbug.com/699269 diagnosis. Remove once done.
CHECK(HeapObjectHeader::FromPayload(this)->IsValid());
CHECK(ThreadState::Current()->IsOnThreadHeap(this));
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentOrderedList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698