| 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));
|
|
|